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.
Retrieves the value chunk data.
Namespace: Microsoft.WindowsServerSolutions.Settings
Assembly: SettingsObjectModel (in SettingsObjectModel.dll)
Syntax
public byte[] GetData()
public:
array<unsigned char>^ GetData()
Public Function GetData As Byte()
Return Value
Type: System.Byte[]
The value chunk data.
See Also
ValueChunk Class
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top