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 the number of DetailColumn objects in the DetailColumnCollection.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public int Count { get; }
public:
property int Count {
virtual int get() sealed;
}
Public ReadOnly Property Count As Integer
Property Value
Type: System.Int32
The number of DetailColumn objects in the DetailColumnCollection.
Implements
See Also
DetailColumnCollection Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top