Gets a 'Contract' entry.
Contract (ASBIE). An association to a framework agreement or 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 GetReferencedContract(
int index
) |
| Visual Basic |
|---|
Function GetReferencedContract (
index As Integer
) As IContract |
| Visual C++ |
|---|
IContract^ GetReferencedContract(
int index
) |
| F# |
|---|
abstract GetReferencedContract :
index : int -> IContract
|
Return Value
Type:
IContractThe indexed
IContract object.
See Also