Gets a 'Address' entry.
Address (ASBIE). Associates the registration scheme with particulars that identify and locate the geographic area to which the scheme applies.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public IAddress GetJurstictRegionAddrss(
int index
) |
| Visual Basic |
|---|
Public Function GetJurstictRegionAddrss (
index As Integer
) As IAddress |
| Visual C++ |
|---|
public:
virtual IAddress^ GetJurstictRegionAddrss(
int index
) sealed |
| F# |
|---|
abstract GetJurstictRegionAddrss :
index : int -> IAddress
override GetJurstictRegionAddrss :
index : int -> IAddress |
Return Value
Type:
IAddressThe indexed
IAddress object.
Implements
ICorporateRegistrationScheme..::..GetJurstictRegionAddrss(Int32)
See Also