HierarchyParentCriteria.ParentId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定新的父識別碼。保留空白可將子系移至未使用的節點。
public:
property Guid ParentId { Guid get(); void set(Guid value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Guid ParentId { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.ParentId : Guid with get, set
Public Property ParentId As Guid
屬性值
新的父系識別碼。保留空白可將子系移至未使用的節點。
- 屬性