Share via


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

Policy class

Policy members

Microsoft.Office.RecordsManagement.InformationPolicy namespace