DiscoveryClientElement.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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.