Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Gets or sets a value that indicates if the URL of this action should be opened in a new window.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsOpenedInNewWindow As Boolean
Get
Set
'Usage
Dim instance As Action
Dim value As Boolean
value = instance.IsOpenedInNewWindow
instance.IsOpenedInNewWindow = value
public bool IsOpenedInNewWindow { get; set; }
Property Value
Type: System.Boolean
true if the URL of this action should be opened in a new window; otherwise, false.