MetadataSearchCriteria.SearchOption Property
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.
Gets or sets a value that indicates whether user-defined, system, or both types of schema are to be searched.
public:
property Microsoft::MasterDataServices::SearchOption SearchOption { Microsoft::MasterDataServices::SearchOption get(); void set(Microsoft::MasterDataServices::SearchOption value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.SearchOption SearchOption { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.SearchOption : Microsoft.MasterDataServices.SearchOption with get, set
Public Property SearchOption As SearchOption
Property Value
A new instance of type SearchOption. Possible values are BothUserDefinedAndSystemObjects, SystemObjectsOnly, and UserDefinedObjectsOnly.
- Attributes