EntityMemberKeyGetResponse Class

Definition

Holds the response details.

public ref class EntityMemberKeyGetResponse
[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="EntityMemberKeyGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMemberKeyGetResponse
[<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="EntityMemberKeyGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMemberKeyGetResponse = class
Public Class EntityMemberKeyGetResponse
Inheritance
EntityMemberKeyGetResponse
Attributes

Constructors

EntityMemberKeyGetResponse()

Initializes a new instance of the EntityMemberKeyGetResponse class that has default values.

EntityMemberKeyGetResponse(Collection<MemberKey>, OperationResult)

Initializes a new instance of the EntityMemberKeyGetResponse class that has the specified member keys and operation result.

Fields

MemberKeys

Collection of member keys.

OperationResult

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

Applies to