public Guid? NewUsersToID { get; set; }
Public Property NewUsersToID As Guid?
Get
Set
public:
property Nullable<Guid> NewUsersToID {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member NewUsersToID : Nullable<Guid> with get, set