A collection of key/value pairs, defining how to filter jobs by custom properties.
- The key must be found in target jobs' custom properties;
- The value is a regex pattern which should be matched against corresponding property's value.
The returned jobs are intersection of all those filters' result.
Namespace: VcClientAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public NameValueCollection CustomPropertyFilters { get; set; } |
Visual Basic |
---|
Public Property CustomPropertyFilters As NameValueCollection
Get
Set |
Visual C++ |
---|
public:
property NameValueCollection^ CustomPropertyFilters {
NameValueCollection^ get ();
void set (NameValueCollection^ value);
} |
See Also