Member.DerivedHierarchyParentIds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the IDs of the derived hierarchy parent(s) of the member. Only provided if the get criteria specified a derived hierarchy level and requested membership information.
public:
property System::Collections::ObjectModel::Collection<Guid> ^ DerivedHierarchyParentIds { System::Collections::ObjectModel::Collection<Guid> ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Guid> DerivedHierarchyParentIds { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.DerivedHierarchyParentIds : System.Collections.ObjectModel.Collection<Guid>
Public ReadOnly Property DerivedHierarchyParentIds As Collection(Of Guid)
Property Value
The IDs of the derived hierarchy parent(s) of the member.
- Attributes