[RequiredAttribute] [ParentKeyAttribute(typeof(UserAccount))] public Guid UserAccountID { get; set; }
<RequiredAttribute> <ParentKeyAttribute(GetType(UserAccount))> Public Property UserAccountID As Guid Get Set
public: [RequiredAttribute] [ParentKeyAttribute(typeof(UserAccount))] property Guid UserAccountID { Guid get (); void set (Guid value); }
[<RequiredAttribute>] [<ParentKeyAttribute(typeof(UserAccount))>] member UserAccountID : Guid with get, set
function get_UserAccountID(); function set_UserAccountID(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.