Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the ID property.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ID As String
Get
Private Set
'Usage
Dim instance As FilterComparisonOperator
Dim value As String
value = instance.ID
public string ID { get; private set; }
Property Value
Type: System.String
Returns a string.
Remarks
Name of the operator. To use this filter, reference this name in the RowFilter xml.
See Also
Reference
FilterComparisonOperator Class