LabelParameterAttribute
Namespace: Lithnet.Ecma2Framework
Defines a configuration parameter that is rendered as a heading label in the management agent's configuration pages The label has no data backing and therefore is not associated with a property, rather it is added to an existing property. The label will be displayed above the decorated property.
Inheritance Object → Attribute → ParameterAttribute → UIParameterAttribute → LabelParameterAttribute
Properties
Name
Gets the name of the parameter, as shown to the user on the MIM configuration page
Property Value
TypeId
Property Value
Constructors
LabelParameterAttribute(String)
Initializes a new instance of the LabelParameterAttribute class
Parameters
name
String
The name of the parameter, as shown to the user on the MIM configuration page
Last updated