[LabelAttribute("Point ID")] [PrimaryKeyAttribute(true)] [SearchableAttribute] public int PointID { get; set; }
<LabelAttribute("Point ID")> <PrimaryKeyAttribute(true)> <SearchableAttribute> Public Property PointID As Integer Get Set
public: [LabelAttribute(L"Point ID")] [PrimaryKeyAttribute(true)] [SearchableAttribute] property int PointID { int get (); void set (int value); }
[<LabelAttribute("Point ID")>] [<PrimaryKeyAttribute(true)>] [<SearchableAttribute>] member PointID : int with get, set
function get_PointID(); function set_PointID(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.