Action.IsOpenedInNewWindow Property
Gets a value indicating whether the action URL should be opened in a new browser window.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property IsOpenedInNewWindow As Boolean
Get
'Usage
Dim instance As Action
Dim value As Boolean
value = instance.IsOpenedInNewWindow
public bool IsOpenedInNewWindow { get; }
Property Value
Type: System.Boolean
true if the action URL should be opened in a new window; otherwise false.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace