ValueChunk Class
Describes a value chunk.
Namespace: Microsoft.WindowsServerSolutions.Settings
Assembly: SettingsObjectModel (in SettingsObjectModel.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Settings.ValueChunk
Syntax
[DataContractAttribute]
public class ValueChunk
[DataContractAttribute]
public ref class ValueChunk
<DataContractAttribute>
Public Class ValueChunk
Constructors
Name | Description | |
---|---|---|
ValueChunk(Byte[], Boolean) | Creates a new instance of the ValueChunk object with the specified data chunk. |
Properties
Name | Description | |
---|---|---|
More | Gets a value indicating whether data can be appended to the data chunk. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetData() | Retrieves the value chunk data. |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top