Share via


EntityMemberAttributesGetRequest Constructor (EntityMembers)

Initializes a new instance of the EntityMemberAttributesGetRequest class with the specified entity members.

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
Public Sub New ( _
    Members As EntityMembers _
)
'Usage
Dim Members As EntityMembers

Dim instance As New EntityMemberAttributesGetRequest(Members)
public EntityMemberAttributesGetRequest(
    EntityMembers Members
)
public:
EntityMemberAttributesGetRequest(
    EntityMembers^ Members
)
new : 
        Members:EntityMembers -> EntityMemberAttributesGetRequest
public function EntityMemberAttributesGetRequest(
    Members : EntityMembers
)

Parameters