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