Share via


InformationRightsManagementSettings.DisableDocumentBrowserView property

Gets or sets whether to block Office Web Application Companion applications (WACs) from showing this document.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property DisableDocumentBrowserView As Boolean
    Get
    Set
'Usage
Dim instance As InformationRightsManagementSettings
Dim value As Boolean

value = instance.DisableDocumentBrowserView

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

Property value

Type: System.Boolean
true if WAC is blocked, otherwise false.

Remarks

The default value for this property is false.

See also

Reference

InformationRightsManagementSettings class

InformationRightsManagementSettings members

Microsoft.SharePoint.Client namespace