SharedDataItem.GetData Method ()
Gets the data of the SharedDataItem object.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public override byte[] GetData()
public:
virtual array<unsigned char>^ GetData() override
override GetData : unit -> byte[]
Public Overrides Function GetData As Byte()
Return Value
Type: System.Byte[]
An array containing the data.
See Also
SharedDataItem Class
Microsoft.ManagementConsole Namespace
Return to top