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