InformationRightsManagementFileSettings.PolicyDescription property
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 InformationRightsManagementFileSettings
Dim value As String
value = instance.PolicyDescription
instance.PolicyDescription = value
public string PolicyDescription { get; set; }
Property value
Type: System.String
See also
Reference
InformationRightsManagementFileSettings class