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 or sets whether the column is required to be displayed.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public bool IsRequired { get; set; }
public:
property bool IsRequired {
virtual bool get() sealed;
virtual void set(bool value) sealed;
}
Public Property IsRequired As Boolean
Property Value
Type: System.Boolean
true if the column is displayed; otherwise, false.
See Also
ListColumn<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top