Field.Name Property

NOTE: This API is now obsolete.

Returns the name of the field.

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 Field
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
A string.

See Also

Reference

Field Class

Field Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace