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.Components
Assembly: 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 

Parameters

index
Type: System..::..Int32
The index of the IAddress to get.

Return Value

Type: IAddress
The indexed IAddress object.

Implements

ICorporateRegistrationScheme..::..GetJurstictRegionAddrss(Int32)

See Also