Gets a 'Contract' entry.
Contract (ASBIE). An association to a framework agreement or contract.
Namespace: Unimaze.Composer.Ubl2Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public IContract GetReferencedContract(
int index
) |
| Visual Basic |
|---|
Public Function GetReferencedContract (
index As Integer
) As IContract |
| Visual C++ |
|---|
public:
virtual IContract^ GetReferencedContract(
int index
) sealed |
| F# |
|---|
abstract GetReferencedContract :
index : int -> IContract
override GetReferencedContract :
index : int -> IContract |
Return Value
Type:
IContractThe indexed
IContract object.
Implements
ICatalogueItemSpecificationUpdate..::..GetReferencedContract(Int32)
See Also