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