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