Policy.Name Property
Gets or sets the policy name that is displayed in the Microsoft SharePoint Server 2010 interface.
Namespace: Microsoft.Office.RecordsManagement.InformationPolicy
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Property Name As String
Get
Set
'Usage
Dim instance As Policy
Dim value As String
value = instance.Name
instance.Name = value
public string Name { get; set; }
Property Value
Type: System.String
A string that represents the policy name that is displayed in the SharePoint Server 2010 interface.
See Also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy Namespace