Share via


Policy.Description property

Gets or sets a concise description of the information management policy.

Namespace:  Microsoft.Office.RecordsManagement.InformationPolicy
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Property Description As String
    Get
    Set
'Usage
Dim instance As Policy
Dim value As String

value = instance.Description

instance.Description = value
public string Description { get; set; }

Property value

Type: System.String
A string that represents the policy description.

Remarks

Microsoft SharePoint Server 2010 displays this description in the Central Administration interface.

See also

Reference

Policy class

Policy members

Microsoft.Office.RecordsManagement.InformationPolicy namespace