SearchOption Enumeration
Specifies the scope of metadata objects to be searched.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
| Member name | Description | |
|---|---|---|
| BothUserDefinedAndSystemObjects | The scope of the search will be in both the user-defined and system sets. | |
| SystemObjectsOnly | The scope of the search will be in the system set only. | |
| UserDefinedObjectsOnly | The scope of the search will be in the user-defined set only. |
The SearchOption simple type allows the exclusion or inclusion of user-created objects and system objects.
Show: