Share via


RegistrationMethodAttribute.MethodName Property

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Gets or sets the name of the proxy registration method.

Namespace:  Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0.dll)

Syntax

'Declaration
Public Property MethodName As String
'Usage
Dim instance As RegistrationMethodAttribute 
Dim value As String 

value = instance.MethodName

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

Property Value

Type: System.String
The name of the proxy registration method.

See Also

Reference

RegistrationMethodAttribute Class

RegistrationMethodAttribute Members

Microsoft.VisualStudio.Tools.Applications Namespace