FieldOperator.matchType Property
Namespace: Microsoft.Office.Project.Server.Library.FilterSchema
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Property matchType As MatchType
Get
Set
'Usage
Dim instance As FieldOperator
Dim value As MatchType
value = instance.matchType
instance.matchType = value
public MatchType matchType { get; set; }
Property Value
Type: Microsoft.Office.Project.Server.Library.FilterSchema.MatchType
See Also
Reference
Microsoft.Office.Project.Server.Library.FilterSchema Namespace