SharedDataItemBase.GetData Method ()
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