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