Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type of the transaction.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property TransactionType As TransactionType
Get
Set
'Usage
Dim instance As Transaction
Dim value As TransactionType
value = instance.TransactionType
instance.TransactionType = value
[DataMemberAttribute]
public TransactionType TransactionType { get; set; }
[DataMemberAttribute]
public:
property TransactionType TransactionType {
TransactionType get ();
void set (TransactionType value);
}
[<DataMemberAttribute>]
member TransactionType : TransactionType with get, set
function get TransactionType () : TransactionType
function set TransactionType (value : TransactionType)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.TransactionType
The type of the transaction.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace