IDocumentReference Property |
External Reference - can be used for an external identifier like an e-mail Message-id
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring Reference { get; set; }
Property Reference As String
Get
Set
Dim instance As IDocument
Dim value As String
value = instance.Reference
instance.Reference = value
property String^ Reference {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also