ServiceRefCollection.Find(String, Boolean) Method

Definition

public:
 Microsoft::BizTalk::Deployment::Binding::ServiceRef ^ Find(System::String ^ name, bool exact);
public Microsoft.BizTalk.Deployment.Binding.ServiceRef Find (string name, bool exact);
member this.Find : string * bool -> Microsoft.BizTalk.Deployment.Binding.ServiceRef
Public Function Find (name As String, exact As Boolean) As ServiceRef

Parameters

name
String
exact
Boolean

Returns

ServiceRef

Applies to