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