ParameterCategory Property |
Gets the parameter's category name. The category is used by the studio to group properties in the property sheet.
Category names are stored in the Studio's parameter_categories picklist.
Namespace:
NetQuarry.Metadata
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string Category { get; }
Public ReadOnly Property Category As String
Get
Property Value
Type:
StringThe parameter's category name.
See Also