[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.PhasorValues.AnglePointTag"]
[LabelAttribute("Angle Tag Name")]
[RequiredAttribute]
[StringLengthAttribute(200)]
public string AnglePointTag { get; set; }<LabelAttribute("Angle Tag Name")>
<RequiredAttribute>
<StringLengthAttribute(200)>
Public Property AnglePointTag As String
Get
Setpublic:
[LabelAttribute(L"Angle Tag Name")]
[RequiredAttribute]
[StringLengthAttribute(200)]
property String^ AnglePointTag {
String^ get ();
void set (String^ value);
}function get_AnglePointTag();
function set_AnglePointTag(value);