IApplicationCurrentPerson Property |
The currently selected person in the SOCRM window and in the person dialog.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIPerson CurrentPerson { get; }
ReadOnly Property CurrentPerson As IPerson
Get
Dim instance As IApplication
Dim value As IPerson
value = instance.CurrentPerson
property IPerson^ CurrentPerson {
IPerson^ get ();
}
Property Value
Type:
IPerson
See Also