IApplicationCurrentContact Property |
The company that is displayed in the SOCRM window.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIContact CurrentContact { get; }
ReadOnly Property CurrentContact As IContact
Get
Dim instance As IApplication
Dim value As IContact
value = instance.CurrentContact
property IContact^ CurrentContact {
IContact^ get ();
}
Property Value
Type:
IContact
See Also