[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.Phasor.Label"]
[RequiredAttribute]
[StringLengthAttribute(200)]
public string Label { get; set; }
<RequiredAttribute>
<StringLengthAttribute(200)>
Public Property Label As String
Get
Set
public:
[RequiredAttribute]
[StringLengthAttribute(200)]
property String^ Label {
String^ get ();
void set (String^ value);
}
function get_Label();
function set_Label(value);