Click or drag to resize

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; }

Property Value

Type: String
The parameter's category name.
See Also