Last updated 1 year ago
Namespace: Lithnet.Ecma2Framework
The base class that represents configuration parameter attributes
public abstract class ParameterAttribute : System.Attribute
Inheritance → →
Gets the name of the parameter, as shown to the user on the MIM configuration page
public string Name { get; }
public object TypeId { get; }