Propriété Member.Parents
Gets or sets the parents of the member from explicit hierarchies.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Parents As Collection(Of Parent)
Get
Friend Set
'Utilisation
Dim instance As Member
Dim value As Collection(Of Parent)
value = instance.Parents
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Parent> Parents { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Parent^>^ Parents {
Collection<Parent^>^ get ();
internal: void set (Collection<Parent^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Parents : Collection<Parent> with get, internal set
function get Parents () : Collection<Parent>
internal function set Parents (value : Collection<Parent>)
Valeur de propriété
Type : System.Collections.ObjectModel.Collection<Parent>
The collection of parents of the member from explicit hierarchies.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts