Member.Parents 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.
Caution
Explicit hierarchies are deprecated
Specifies the parents of the member.
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Parent ^> ^ Parents { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Parent ^> ^ get(); };
[System.Obsolete("Explicit hierarchies are deprecated")]
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Parent> Parents { get; }
[<System.Obsolete("Explicit hierarchies are deprecated")>]
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Parents : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Parent>
Public ReadOnly Property Parents As Collection(Of Parent)
Property Value
The parents of the member.
- Attributes