Returns the number of categories contained in
DiskMasterFormsCategory.MasterForms.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable ReadOnly Property MasterFormsCount As Integer |
C# | |
---|
public virtual int MasterFormsCount {get;} |
C++/CLI | |
---|
public:
virtual property int MasterFormsCount {
int get();
} |
Return Value
Number of categories contained in
DiskMasterFormsCategory.MasterForms.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also