[PrimaryKeyAttribute(true)] public Guid ID { get; set; }
<PrimaryKeyAttribute(true)> Public Property ID As Guid Get Set
public: [PrimaryKeyAttribute(true)] property Guid ID { Guid get (); void set (Guid value); }
[<PrimaryKeyAttribute(true)>] member ID : Guid with get, set
function get_ID(); function set_ID(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.