MetadataSearchCriteria.SearchOption Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the SearchOption that determines the objects to include in the search.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public SearchOption SearchOption { get; set; }
public:
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
property SearchOption SearchOption {
    SearchOption get();
    void set(SearchOption value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member SearchOption : SearchOption with get, set
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)>
Public Property SearchOption As SearchOption

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.SearchOption

The search option that determines the objects to include in the search.

See Also

MetadataSearchCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top