IApplicationCurrentNamedViews Property |
Returns a collection of named views reflecting the current active gui including visible dialogs
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxObject CurrentNamedViews { get; }
ReadOnly Property CurrentNamedViews As Object
Get
Dim instance As IApplication
Dim value As Object
value = instance.CurrentNamedViews
property Object^ CurrentNamedViews {
Object^ get ();
}
Property Value
Type:
Object
See Also