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 subarrays of the chunked byte array.
Namespace: Microsoft.WindowsServerSolutions.Settings
Assembly: SettingsObjectModel (in SettingsObjectModel.dll)
Syntax
public IList<byte[]> SubArrays { get; }
public:
property IList<array<unsigned char>^>^ SubArrays {
IList<array<unsigned char>^>^ get();
}
Public ReadOnly Property SubArrays As IList(Of Byte())
Property Value
Type: System.Collections.Generic.IList<Byte[]>
The subarrays.
See Also
ChunkedByteArray Class
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top