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.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

public EntityMemberAttributesGetRequest(
    EntityMembers members
)
public:
EntityMemberAttributesGetRequest(
    EntityMembers^ members
)
new : 
        members:EntityMembers -> EntityMemberAttributesGetRequest
Public Sub New (
    members As EntityMembers
)

Parameters

  • Members
    The entity members.

See Also

EntityMemberAttributesGetRequest Overload
EntityMemberAttributesGetRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top