Reference (BBIE). A reference to the terms.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public IText Reference { get; set; } |
| Visual Basic |
|---|
Public Property Reference As IText
Get
Set |
| Visual C++ |
|---|
public:
virtual property IText^ Reference {
IText^ get () sealed;
void set (IText^ value) sealed;
} |
| F# |
|---|
abstract Reference : IText with get, set
override Reference : IText with get, set |
Property Value
Type:
ITextImplements
ITradingTerms..::..ReferenceRemarks
Examples
http://www1.ap.dell.com/content/topics/topic.aspx/ap/policy/en/au/sales_terms_au?c=au&l=en&s=gen
See Also