Propriété EntityMemberKeyGetRequest.MemberType
Gets or sets the member type of the data being looked up.
Espace de noms : Microsoft.MasterDataServices.Services.MessageContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<MessageBodyMemberAttribute> _
Public Property MemberType As MemberType
Get
Set
'Utilisation
Dim instance As EntityMemberKeyGetRequest
Dim value As MemberType
value = instance.MemberType
instance.MemberType = value
[MessageBodyMemberAttribute]
public MemberType MemberType { get; set; }
[MessageBodyMemberAttribute]
public:
property MemberType MemberType {
MemberType get ();
void set (MemberType value);
}
[<MessageBodyMemberAttribute>]
member MemberType : MemberType with get, set
function get MemberType () : MemberType
function set MemberType (value : MemberType)
Valeur de propriété
Type : Microsoft.MasterDataServices.Services.DataContracts.MemberType
The member type of the data being looked up.
Voir aussi
Référence
EntityMemberKeyGetRequest Classe
Espace de noms Microsoft.MasterDataServices.Services.MessageContracts