ListGroupingCollection<TBusinessObject>.IsReadOnly Property
Gets a value indicating whether the ListGroupingCollection<TBusinessObject> is read-only.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public bool IsReadOnly { get; }
public:
property bool IsReadOnly {
virtual bool get() sealed;
}
Public ReadOnly Property IsReadOnly As Boolean
Property Value
Type: System.Boolean
Always returns false.
Implements
See Also
ListGroupingCollection<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top