Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the permission policy description.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property PolicyDescription As String
Get
Set
'Usage
Dim instance As InformationRightsManagementSettings
Dim value As String
value = instance.PolicyDescription
instance.PolicyDescription = value
public string PolicyDescription { get; set; }
Property value
Type: System.String
The permission policy description.
See also
Reference
InformationRightsManagementSettings class