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 Office SharePoint Server 2007 displays this description in the Central Administration interface.

See Also

Reference

Policy Class

Policy Members

Microsoft.Office.RecordsManagement.InformationPolicy Namespace