Share via


Member.Parents Property

Gets or sets the parents of the member from explicit hierarchies.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Parents As Collection(Of Parent)
    Get 
    Friend Set
'Usage
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>)

Property Value

Type: System.Collections.ObjectModel.Collection<Parent>
The collection of parents of the member from explicit hierarchies.

See Also

Reference

Member Class

Microsoft.MasterDataServices.Services.DataContracts Namespace