FieldOrder.FieldKey Property
Get or set the field key.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property FieldKey As String
Get
Private Set
'Usage
Dim instance As FieldOrder
Dim value As String
value = instance.FieldKey
public string FieldKey { get; private set; }
Property Value
Type: System.String
A String object that represents the field key name.