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