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