SPRemoteListEventProperties.FieldName property
Namespace: Microsoft.SharePoint.Client.EventReceivers
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property FieldName As String
Get
Set
'Usage
Dim instance As SPRemoteListEventProperties
Dim value As String
value = instance.FieldName
instance.FieldName = value
[DataMemberAttribute]
public string FieldName { get; set; }
Property value
Type: System.String
See also
Reference
SPRemoteListEventProperties class