[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.ActiveMeasurement.PhasorID"]
[LabelAttribute("Phasor ID")]
public int? PhasorID { get; set; }
<LabelAttribute("Phasor ID")>
Public Property PhasorID As Integer?
Get
Set
public:
[LabelAttribute(L"Phasor ID")]
property Nullable<int> PhasorID {
Nullable<int> get ();
void set (Nullable<int> value);
}
function get_PhasorID();
function set_PhasorID(value);