MetadataSearchCriteria.SearchOption Property

Definition

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

Applies to