EntityMemberKeyGetRequest.LookupType Property
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 piece of data to lookup. Either code or id
public:
property Microsoft::MasterDataServices::Services::DataContracts::MemberKeyLookupType LookupType { Microsoft::MasterDataServices::Services::DataContracts::MemberKeyLookupType get(); void set(Microsoft::MasterDataServices::Services::DataContracts::MemberKeyLookupType value); };
[System.ServiceModel.MessageBodyMember]
public Microsoft.MasterDataServices.Services.DataContracts.MemberKeyLookupType LookupType { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.LookupType : Microsoft.MasterDataServices.Services.DataContracts.MemberKeyLookupType with get, set
Public Property LookupType As MemberKeyLookupType
Property Value
The lookup type of the member key.
- Attributes