Partager via


ValueChunk.GetData Method ()

 

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