Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Gets or sets the member data retrieved by the operation.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Members As Collection(Of ParentChild)
Get
Friend Set
'Usage
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>)
Property Value
Type: System.Collections.ObjectModel.Collection<ParentChild>
The member data retrieved by the operation.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace