IDocumentapplication Property |
Application used for editing this document. Not used.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIListTextItem application { get; set; }
Property application As IListTextItem
Get
Set
Dim instance As IDocument
Dim value As IListTextItem
value = instance.application
instance.application = value
property IListTextItem^ application {
IListTextItem^ get ();
void set (IListTextItem^ value);
}
Property Value
Type:
IListTextItem
See Also