The syntax example is like the following,
?$filter=Microsoft.Dynamics.CRM.DoesNotContainValues(PropertyName=@p1,PropertyValues=@p2)&@p1='name'&@p2=['value','value']
How can i change this for the PropertyName, the Property Value is null.
Thanks in advance.