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