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.
Builds a full array.
Namespace: Microsoft.WindowsServerSolutions.Settings
Assembly: SettingsObjectModel (in SettingsObjectModel.dll)
Syntax
public byte[] BuildFullArray()
public:
array<unsigned char>^ BuildFullArray()
Public Function BuildFullArray As Byte()
Return Value
Type: System.Byte[]
A full array.
See Also
ChunkedByteArray Class
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top