Share via


ActionStruct.IsOpenedInNewWindow Property

Sets or gets whether it opens in a new window.

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property IsOpenedInNewWindow As Boolean
    Get
    Set
'Usage
Dim instance As ActionStruct
Dim value As Boolean

value = instance.IsOpenedInNewWindow

instance.IsOpenedInNewWindow = value
public bool IsOpenedInNewWindow { get; set; }

Property Value

Type: System.Boolean
true if it opens in a new window; otherwise, false.

See Also

Reference

ActionStruct Class

ActionStruct Members

Microsoft.SharePoint.BusinessData.SharedService Namespace