MemberKey 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.
Used to store Code/Id Pairs.
public ref class MemberKey : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="MemberKey", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MemberKey : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<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
Remarks
The MemberKey is used to store code and identifier pairs.
Constructors
MemberKey() |
Initializes a new instance of the MemberKey class. |
Properties
MemberCode |
The MemberCode that will be either lookup up of used to get the Id. |
MemberId |
The MemberId that will be either lookup up of used to get the Code. |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |