HierarchyMembersGetCriteria.ParentMember Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the member code from which to get the children.

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

Syntax

[DataMemberAttribute]
public string ParentMember { get; set; }
public:
[DataMemberAttribute]
property String^ ParentMember {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member ParentMember : string with get, set
<DataMemberAttribute>
Public Property ParentMember As String

Property Value

Type: System.String

The member code from which to get the children.

See Also

HierarchyMembersGetCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top