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