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