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