SOApplicationClassCurrentPerson Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual IPerson CurrentPerson { get; }
Public Overridable ReadOnly Property CurrentPerson As IPerson
Get
Dim instance As SOApplicationClass
Dim value As IPerson
value = instance.CurrentPerson
public:
virtual property IPerson^ CurrentPerson {
IPerson^ get ();
}
Property Value
Type:
IPersonImplements
IApplicationCurrentPerson
See Also