CategorySubCategory Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if this category is a sub categroy.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool SubCategory { get; }
Public ReadOnly Property SubCategory As Boolean
Get
public:
virtual property bool SubCategory {
bool get () sealed;
}
function get_SubCategory();
Return Value
Type:
BooleanTrue if this category is a sub categroy.
Remarks See Also