Share via


ListColumnCollection<TBusinessObject>.IsReadOnly Property

 

Gets a value indicating whether the ListColumnCollection<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

ICollection<T>.IsReadOnly

See Also

ListColumnCollection<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top