Action.IsOpenedInNewWindow Property
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public ReadOnly Property IsOpenedInNewWindow As Boolean
Get
'Usage
Dim instance As Action
Dim value As Boolean
value = instance.IsOpenedInNewWindow
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
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