Policy.Statement Property
Represents 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 Microsoft Office SharePoint Server 2007 interface.
See Also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy Namespace