GraphCategoryMatchOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enum defines options that you have when matching categories
public enum class GraphCategoryMatchOption
public enum GraphCategoryMatchOption
type GraphCategoryMatchOption =
Public Enum GraphCategoryMatchOption
- Inheritance
-
GraphCategoryMatchOption
Fields
Name | Value | Description |
---|---|---|
Exact | 0 | The categories only match if the exact category is found on the graph object you are searching |
Inherited | 1 | The categories match if the graph object you are searching has the given category or sub category that inherits from the given category as defined by the BasedOnCategory property. |