NotEqualUserId Function

Query function that evaluate whether value is not equal to the specified user ID.

Parameters

Parameters allow for data to be passed to the query function.

Name Type Nullable Unicode Description
PropertyName
Edm.String False False

The name of the property to evaluate.

Syntax Example

?$filter=Microsoft.Dynamics.CRM.NotEqualUserId(PropertyName=@p1)&@p1='name'

See also