IDocumentYourRef Property |
Your Reference
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring YourRef { get; set; }
Property YourRef As String
Get
Set
Dim instance As IDocument
Dim value As String
value = instance.YourRef
instance.YourRef = value
property String^ YourRef {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also