IApplicationCurrentProject Property |
The currently selected project.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIProject CurrentProject { get; }
ReadOnly Property CurrentProject As IProject
Get
Dim instance As IApplication
Dim value As IProject
value = instance.CurrentProject
property IProject^ CurrentProject {
IProject^ get ();
}
Property Value
Type:
IProject
See Also