Partager via


Propriété HierarchyMembers.Members

Gets or sets the member data retrieved by the operation.

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 Members As Collection(Of ParentChild)
    Get 
    Friend Set
'Utilisation
Dim instance As HierarchyMembers 
Dim value As Collection(Of ParentChild)

value = instance.Members
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<ParentChild> Members { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<ParentChild^>^ Members {
    Collection<ParentChild^>^ get ();
    internal: void set (Collection<ParentChild^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Members : Collection<ParentChild> with get, internal set
function get Members () : Collection<ParentChild>
internal function set Members (value : Collection<ParentChild>)

Valeur de propriété

Type : System.Collections.ObjectModel.Collection<ParentChild>
The member data retrieved by the operation.

Voir aussi

Référence

HierarchyMembers Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts