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