Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.