ValueChunk Constructor (Byte[], Boolean)
Creates a new instance of the ValueChunk object with the specified data chunk.
Namespace: Microsoft.WindowsServerSolutions.Settings
Assembly: SettingsObjectModel (in SettingsObjectModel.dll)
Syntax
public ValueChunk(
byte[] dataChunk,
bool more
)
public:
ValueChunk(
array<unsigned char>^ dataChunk,
bool more
)
Public Sub New (
dataChunk As Byte(),
more As Boolean
)
Parameters
dataChunk
Type: System.Byte[]The data chunk.
more
Type: System.BooleanSpecifies whether data can be appended to the data chunk. This value is true if data can be appended and false otherwise.
See Also
ValueChunk Class
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top