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
Microsoft.Office.RecordsManagement.InformationPolicy Namespace