FieldMetadata.FieldName property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property FieldName As String
Get
Set
'Usage
Dim instance As FieldMetadata
Dim value As String
value = instance.FieldName
instance.FieldName = value
public string FieldName { get; set; }
Property value
Type: System.String