MemberKey Class

Definition

Holds either the member code, the internal ID, or both for a member.

public ref class MemberKey : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="MemberKey", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MemberKey : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="MemberKey", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MemberKey = class
    inherit DataContractBase
Public Class MemberKey
Inherits DataContractBase
Inheritance
Attributes

Constructors

MemberKey()

Initializes a new instance of the MemberKey class.

Properties

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
MemberCode

Gets or sets the code value of the member.

MemberId

Gets or sets the internal ID of the member.

Applies to