Inner Drive Extensible Architecture
C#
Show/Hide TOC
Currency
Authority
Adjective Property
Gets the adjective form of the country or other authority that issues the currency.
Definition
Namespace:
InnerDrive.Financial
Assembly:
InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
Copy
public
virtual
string
AuthorityAdjective
{
get
;
set
; }
Property Value
String
null
Implements
ICurrency
AuthorityAdjective
Example
For pounds Sterling, returns "British".
See Also
Reference
Currency Class
InnerDrive.Financial Namespace
In This Article
Definition
Property Value
Implements
Example
See Also