This topic has not yet been rated - Rate this topic

SoapMethodCollectionBase.Contains Method (String, String)

Verifies whether the specified object exists in the referenced collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public bool Contains(
	string name,
	string methodNamespace
)

Parameters

name
Type: System.String
A String value that specifies the name of the SOAP method.
methodNamespace
Type: System.String
A String value that specifies the namespace of the SOAP method.

Return Value

Type: System.Boolean
A Boolean value that verifies whether the specified object exists in the referenced collection.If True, the specified object exists in the referenced collection.If False, the specified object does not exist in the referenced collection.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.