[PublicAPIAttribute]
public Guid? Section { get; set; }<PublicAPIAttribute>
Public Property Section As Guid?
Get
Setpublic:
[PublicAPIAttribute]
property Nullable<Guid> Section {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}[<PublicAPIAttribute>]
member Section : Nullable<Guid> with get, set