Condividi tramite


Member.Parents Proprietà

Definizione

Ottiene o imposta una matrice che include gli elementi padre del membro delle gerarchie esplicite.

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)

Valore della proprietà

Insieme di tipo Parent.

Attributi

Si applica a