IAction.IsOpenedInNewWindow Property
Gets a Boolean value that indicates if a new window is opened for the action.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property IsOpenedInNewWindow As Boolean
Get
'Usage
Dim instance As IAction
Dim value As Boolean
value = instance.IsOpenedInNewWindow
bool IsOpenedInNewWindow { get; }
Property Value
Type: System.Boolean
true if a new window is opened; otherwise, false.