Catalogue Reference (ASBIE). An association to a specific Catalogue; used if the Catalogue Request is for an update.

Namespace: Unimaze.Composer.Ubl2
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public ICatalogueReference RequestedCatalogueReference { get; set; }
Visual Basic
Public Property RequestedCatalogueReference As ICatalogueReference
	Get
	Set
Visual C++
public:
virtual property ICatalogueReference^ RequestedCatalogueReference {
	ICatalogueReference^ get () sealed;
	void set (ICatalogueReference^ value) sealed;
}
F#
abstract RequestedCatalogueReference : ICatalogueReference with get, set
override RequestedCatalogueReference : ICatalogueReference with get, set

Property Value

Type: ICatalogueReference

Implements

ICatalogueRequest..::..RequestedCatalogueReference

Remarks

Dictionary entry name
Catalogue Request. Requested_ Catalogue Reference. Catalogue Reference
Cardinality
0..1

See Also