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