Share via


Policy.Statement property

Gets or sets the long description of the information management policy.

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

Syntax

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

value = instance.Statement

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

Property value

Type: System.String
A string that represents the long description of the information management policy.

Remarks

This description is displayed to end users in the SharePoint Server 2010 user interface.

See also

Reference

Policy class

Policy members

Microsoft.Office.RecordsManagement.InformationPolicy namespace