Partager via


Action.IsOpenedInNewWindow, propriété (Microsoft.Office.Server.ApplicationRegistry.Administration)

Gets or sets a value indicating whether to open the action URL in a new window.

Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Property IsOpenedInNewWindow As Boolean
'Utilisation
Dim instance As Action
Dim value As Boolean

value = instance.IsOpenedInNewWindow

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

Valeur de la propriété

true if the action URL should be opened in a new window; otherwise false.

Remarques

Default value of this property is false.

Voir aussi

Référence

Action, classe
Membres Action
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms