Filter.LogicalOperationType-Enumeration
Gibt den Typ der logischen Operation für einen Filter an.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration LogicalOperationType
'Usage
Dim instance As Filter.LogicalOperationType
[SerializableAttribute]
public enum LogicalOperationType
Member
Membername | Beschreibung | |
---|---|---|
And | Wert = 0. Logische AND -Vorgang. | |
Or | Wert = 1. Logische OR -Vorgang. |
Hinweise
Weitere Informationen finden Sie unter How to: Use a Filter Parameter with PSI Methods.
Hinweis
Der Microsoft.Office.Project.Server.Library.FilterSchema -Namespace enthält auch den LogicalOperationType -Typ.