ResourceCollection.Contains(IDeploymentResource) Method
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.
Important
This API is not CLS-compliant.
public:
virtual bool Contains(Microsoft::BizTalk::ApplicationDeployment::IDeploymentResource ^ resource);
[System.CLSCompliant(false)]
public bool Contains (Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource resource);
abstract member Contains : Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource -> bool
override this.Contains : Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource -> bool
Public Function Contains (resource As IDeploymentResource) As Boolean
Parameters
- resource
- IDeploymentResource
Returns
Implements
- Attributes