EntityMemberAttributesGetResponse Class
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.
The EntityMemberAttributesGetResponse element is a response that returns NULL or one of the following complex types:
- EntityMembers
- OperationResult
public ref class EntityMemberAttributesGetResponse : Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse
[System.ServiceModel.MessageContract]
public class EntityMemberAttributesGetResponse : Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
[<System.ServiceModel.MessageContract>]
type EntityMemberAttributesGetResponse = class
inherit MessageResponse
Public Class EntityMemberAttributesGetResponse
Inherits MessageResponse
- Inheritance
- Attributes
Constructors
EntityMemberAttributesGetResponse() |
Initializes a new instance of the EntityMemberAttributesGetResponse class. |
Properties
EntityMembers |
Specifies the entity members. |
OperationResult |
Specifies the operation result. (Inherited from MessageResponse) |