Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.