Autodesk Vault ProfessionalVault API

SrchOper Property

Autodesk.Connectivity.WebServicesSrchCond

A number representing the operator used for the search. See table below.

Syntax

public System.long SrchOper {get; set;}
Public Property SrchOper As System.Long

Remarks

Search Operator values Search Operator Number Valid on property types SearchText needed Contains 1 string yes Does not contain 2 string yes Is exactly (or equals) 3 numeric, bool, datetime, string yes Is empty 4 image, string no Is not empty 5 image, string no Greater than 6 numeric, datetime, string yes Greater than or equal to 7 numeric, datetime, string yes Less than 8 numeric, datetime, string yes Less than or equal to 9 numeric, datetime, string yes Not equal to 10 numeric, bool, string yes

See Also