Catalogue Reference (ASBIE). An association to the Catalogue containing the revised Items.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
ICatalogueReference RelatedCatalogueReference { get; set; } |
| Visual Basic |
|---|
Property RelatedCatalogueReference As ICatalogueReference
Get
Set |
| Visual C++ |
|---|
property ICatalogueReference^ RelatedCatalogueReference {
ICatalogueReference^ get ();
void set (ICatalogueReference^ value);
} |
| F# |
|---|
abstract RelatedCatalogueReference : ICatalogueReference with get, set
|
Property Value
Type:
ICatalogueReferenceRemarks
See Also