PropertySheet.PageCount Property
Gets the count of property pages in the property sheet.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public int PageCount { get; }
public:
property int PageCount {
int get();
}
member PageCount : int with get
Public ReadOnly Property PageCount As Integer
Property Value
Type: System.Int32
The page count
See Also
PropertySheet Class
Microsoft.ManagementConsole Namespace
Return to top