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 for the shared data item.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public virtual byte[] GetData()
public:
virtual array<unsigned char>^ GetData()
abstract GetData : unit -> byte[]
override GetData : unit -> byte[]
Public Overridable Function GetData As Byte()
Return Value
Type: System.Byte[]
An array containing the data.
See Also
SharedDataItemBase Class
Microsoft.ManagementConsole Namespace
Return to top