EntityMemberAttributesGetResponse Class

Definition

Represents a response that can return an EntityMembers and an OperationResult type

public ref class EntityMemberAttributesGetResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityMemberAttributesGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMemberAttributesGetResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityMemberAttributesGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMemberAttributesGetResponse = class
Public Class EntityMemberAttributesGetResponse
Inheritance
EntityMemberAttributesGetResponse
Attributes

Constructors

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.

Fields

EntityMembers

The entity members.

OperationResult

The operation result, including a unique ID for tracking and logging.

Applies to