DiscoveryClientSettingsElement.FindCriteria 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 a FindCriteriaElement that supplies a set of criteria used by a client application to search for a discovery workflow service.
public:
property System::ServiceModel::Discovery::Configuration::FindCriteriaElement ^ FindCriteria { System::ServiceModel::Discovery::Configuration::FindCriteriaElement ^ get(); };
[System.Configuration.ConfigurationProperty("findCriteria")]
public System.ServiceModel.Discovery.Configuration.FindCriteriaElement FindCriteria { get; }
[<System.Configuration.ConfigurationProperty("findCriteria")>]
member this.FindCriteria : System.ServiceModel.Discovery.Configuration.FindCriteriaElement
Public ReadOnly Property FindCriteria As FindCriteriaElement
Property Value
A find criteria element.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.