Guid? OwnerID { get; set; }
Property OwnerID As Guid? Get Set
property Nullable<Guid> OwnerID { Nullable<Guid> get (); void set (Nullable<Guid> value); }
abstract OwnerID : Nullable<Guid> with get, set
In This Article