SPInformationRightsManagementSettings.PolicyTitle property
Gets or sets the permission policy title.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PolicyTitle As String
Get
Set
'Usage
Dim instance As SPInformationRightsManagementSettings
Dim value As String
value = instance.PolicyTitle
instance.PolicyTitle = value
public string PolicyTitle { get; set; }
Property value
Type: System.String
The permission policy title.
See also
Reference
SPInformationRightsManagementSettings class