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 a value indicating whether data can be appended to the data chunk.
Namespace: Microsoft.WindowsServerSolutions.Settings
Assembly: SettingsObjectModel (in SettingsObjectModel.dll)
Syntax
public bool More { get; }
public:
property bool More {
bool get();
}
Public ReadOnly Property More As Boolean
Property Value
Type: System.Boolean
Returns true if data can be appended and false otherwise.
See Also
ValueChunk Class
Microsoft.WindowsServerSolutions.Settings Namespace
Return to top