public Guid? UserID { get; }
Public ReadOnly Property UserID As Guid? Get
public: property Nullable<Guid> UserID { Nullable<Guid> get (); }
member UserID : Nullable<Guid> with get
In This Article