Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets an array of hierarchy members.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Members As Collection(Of ParentChild)
Get
Set
'Usage
Dim instance As HierarchyMembers
Dim value As Collection(Of ParentChild)
value = instance.Members
instance.Members = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<ParentChild> Members { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<ParentChild^>^ Members {
Collection<ParentChild^>^ get ();
void set (Collection<ParentChild^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Members : Collection<ParentChild> with get, set
function get Members () : Collection<ParentChild>
function set Members (value : Collection<ParentChild>)
Property Value
Type: System.Collections.ObjectModel.Collection<ParentChild>
A new instance of type ParentChild.