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.
Specifies the objects to include in the search.
public:
property Microsoft::MasterDataServices::Services::DataContracts::SearchOption SearchOption { Microsoft::MasterDataServices::Services::DataContracts::SearchOption get(); void set(Microsoft::MasterDataServices::Services::DataContracts::SearchOption value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public Microsoft.MasterDataServices.Services.DataContracts.SearchOption SearchOption { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.SearchOption : Microsoft.MasterDataServices.Services.DataContracts.SearchOption with get, set
Public Property SearchOption As SearchOption
Property Value
The objects to include in the search.
- Attributes