Gets a 'Contract' entry.
Contract (ASBIE). An association to Contract.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
IContract GetContract( int index ) |
| Visual Basic |
|---|
Function GetContract ( index As Integer ) As IContract |
| Visual C++ |
|---|
IContract^ GetContract( int index ) |
| F# |
|---|
abstract GetContract : index : int -> IContract |
Parameters
- index
- Type: System..::..Int32
The index of the IContract to get.
Return Value
Type: IContractThe indexed IContract object.