 | IClaimsClaimTransactionTransactionAmount Property |
The amount associated with this transaction.
Namespace:
IAS
Assembly:
Claims (in Claims.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string TransactionAmount { get; set; }
Public Property TransactionAmount As String
Get
Set
function get TransactionAmount () : String
function set TransactionAmount (value : String)
function get_TransactionAmount();
function set_TransactionAmount(value);
Property Value
Type:
String
See Also