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