Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the member type of the criteria.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property MemberType As Nullable(Of MemberType)
Get
Set
'Utilisation
Dim instance As EntityMembers
Dim value As Nullable(Of MemberType)
value = instance.MemberType
instance.MemberType = value
[DataMemberAttribute]
public Nullable<MemberType> MemberType { get; set; }
[DataMemberAttribute]
public:
property Nullable<MemberType> MemberType {
Nullable<MemberType> get ();
void set (Nullable<MemberType> value);
}
[<DataMemberAttribute>]
member MemberType : Nullable<MemberType> with get, set
function get MemberType () : Nullable<MemberType>
function set MemberType (value : Nullable<MemberType>)
Valeur de propriété
Type : System.Nullable<MemberType>
The member type of the criteria.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts