Compartir a través de


: Action.IsOpenedInNewWindow (Propiedad) (Microsoft.Office.Server.ApplicationRegistry.Administration)

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

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Public Property IsOpenedInNewWindow As Boolean
'Uso
Dim instance As Action
Dim value As Boolean

value = instance.IsOpenedInNewWindow

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

Valor de propiedad

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

Comentarios

Default value of this property is false.

Vea también

Referencia

Action (Clase)
Action (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Administration (Espacio de nombres)