public Guid UserId { get; set; }
Public Property UserId As Guid Get Set
public: property Guid UserId { Guid get (); void set (Guid value); }
member UserId : Guid with get, set
In This Article