public Guid? OwnerID { get; set; }
Public Property OwnerID As Guid?
Get
Set
public:
virtual property Nullable<Guid> OwnerID {
Nullable<Guid> get () sealed;
void set (Nullable<Guid> value) sealed;
}
abstract OwnerID : Nullable<Guid> with get, set
override OwnerID : Nullable<Guid> with get, set