Share via


DTSWebMethodInfo.MethodName Property

Gets the name of a method.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Syntax

'Declaration
Public ReadOnly Property MethodName As String 
    Get
'Usage
Dim instance As DTSWebMethodInfo 
Dim value As String 

value = instance.MethodName
public string MethodName { get; }
public:
property String^ MethodName {
    String^ get ();
}
member MethodName : string
function get MethodName () : String

Property Value

Type: System.String
The name of the method.

See Also

Reference

DTSWebMethodInfo Class

Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace