Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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