DataResultBase.OpenNewWindowForMatchingItems Property
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
Public Property OpenNewWindowForMatchingItems As Boolean
Get
Set
'Usage
Dim instance As DataResultBase
Dim value As Boolean
value = instance.OpenNewWindowForMatchingItems
instance.OpenNewWindowForMatchingItems = value
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(false)]
public bool OpenNewWindowForMatchingItems { get; set; }
Property Value
Type: System.Boolean