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