Partager via


Propriété Transaction.MemberType

Gets or sets the type of the associated member.

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 MemberType 
    Get 
    Set
'Utilisation
Dim instance As Transaction 
Dim value As MemberType 

value = instance.MemberType

instance.MemberType = value
[DataMemberAttribute]
public MemberType MemberType { get; set; }
[DataMemberAttribute]
public:
property MemberType MemberType {
    MemberType get ();
    void set (MemberType value);
}
[<DataMemberAttribute>]
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 type of the associated member.

Voir aussi

Référence

Transaction Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts