Member.Parents Property

Definition

Gets or sets an array that includes parents of the member from explicit hierarchies.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Parent ^> ^ Parents { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Parent ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Parent ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Parent> Parents { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Parents : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Parent> with get, set
Public Property Parents As Collection(Of Parent)

Property Value

A collection of type Parent.

Attributes

Applies to