Partager via


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

  • more
    Type: System.Boolean

    Specifies 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