IDocumentSalutation Property |
Salutation - this is a dynamically calculated field!
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring Salutation { get; set; }
Property Salutation As String
Get
Set
Dim instance As IDocument
Dim value As String
value = instance.Salutation
instance.Salutation = value
property String^ Salutation {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also