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.
public class LabelParameterAttribute : UIParameterAttribute
Inheritance Object → Attribute → ParameterAttribute → UIParameterAttribute → LabelParameterAttribute
Properties
Name
Gets the name of the parameter, as shown to the user on the MIM configuration page
public string Name { get; }
Property Value
TypeId
public object TypeId { get; }
Property Value
Constructors
LabelParameterAttribute(String)
Initializes a new instance of the LabelParameterAttribute class
public LabelParameterAttribute(string name)
Parameters
name
String
The name of the parameter, as shown to the user on the MIM configuration page
Last updated