Class PortLabelAttribute
Inheritance
PortLabelAttribute
Syntax
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false, Inherited = false)]
public class PortLabelAttribute : Attribute, _Attribute
Constructors
PortLabelAttribute(String)
Declaration
public PortLabelAttribute(string label)
Parameters
Type |
Name |
Description |
String |
label |
|
Properties
hidden
Declaration
public bool hidden { get; set; }
Property Value
label
Declaration
public string label { get; }
Property Value
Extension Methods