SearchQueryLikeProperties Field
IT Hit WebDAV Classes Reference 
            List of properties to be used in like conditions. The search phrase will be searched in the properties specilied in this list.
            
 
    Namespace: 
   ITHit.WebDAV.Client
    Assembly:
   ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntaxpublic readonly List<PropertyName> LikeProperties
Public ReadOnly LikeProperties As List(Of PropertyName)
public:
initonly List<PropertyName^>^ LikeProperties
val LikeProperties: List<PropertyName>
Field Value
Type: 
ListPropertyName
See Also