SoapPayloadMethodCollection.Item Property (String, String)
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
name As String, _
methodNamespace As String _
) As SoapPayloadMethod
Get
'Usage
Dim instance As SoapPayloadMethodCollection
Dim name As String
Dim methodNamespace As String
Dim value As SoapPayloadMethod
value = instance(name, methodNamespace)
public SoapPayloadMethod this[
string name,
string methodNamespace
] { get; }
public:
property SoapPayloadMethod^ default[String^ name, String^ methodNamespace] {
SoapPayloadMethod^ get (String^ name, String^ methodNamespace);
}
member Item : SoapPayloadMethod
JScript supports the use of indexed properties, but not the declaration of new ones.