Share via


View.Name Property

NOTE: This API is now obsolete.

Gets the name of this view.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public ReadOnly Property Name As String
    Get
'Usage
Dim instance As View
Dim value As String

value = instance.Name
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public string Name { get; }

Property Value

Type: System.String
The name of the view.

See Also

Reference

View Class

View Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace