EntityMemberAttributesGetResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the EntityMemberAttributesGetResponse class.
Overloads
EntityMemberAttributesGetResponse() |
Initializes a new instance of the EntityMemberAttributesGetResponse class that has default values. |
EntityMemberAttributesGetResponse(EntityMembers, OperationResult) |
Initializes a new instance of the EntityMemberAttributesGetResponse class that has the specified entity members and operation result. |
EntityMemberAttributesGetResponse()
Initializes a new instance of the EntityMemberAttributesGetResponse class that has default values.
public:
EntityMemberAttributesGetResponse();
public EntityMemberAttributesGetResponse ();
Public Sub New ()
Applies to
EntityMemberAttributesGetResponse(EntityMembers, OperationResult)
Initializes a new instance of the EntityMemberAttributesGetResponse class that has the specified entity members and operation result.
public:
EntityMemberAttributesGetResponse(Microsoft::MasterDataServices::EntityMembers ^ EntityMembers, Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public EntityMemberAttributesGetResponse (Microsoft.MasterDataServices.EntityMembers EntityMembers, Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.EntityMemberAttributesGetResponse : Microsoft.MasterDataServices.EntityMembers * Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.EntityMemberAttributesGetResponse
Public Sub New (EntityMembers As EntityMembers, OperationResult As OperationResult)
Parameters
- EntityMembers
- EntityMembers
The entity members.
- OperationResult
- OperationResult
The operation result, including a unique ID for tracking and logging.