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