RegistrationMethodAttribute.ClassName 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 class that contains 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 ClassName As String
'Usage
Dim instance As RegistrationMethodAttribute
Dim value As String
value = instance.ClassName
instance.ClassName = value
public string ClassName { get; set; }
public:
property String^ ClassName {
String^ get ();
void set (String^ value);
}
public function get ClassName () : String
public function set ClassName (value : String)
Property Value
Type: System.String
The name of the class that contains the proxy registration method.
See Also
Reference
RegistrationMethodAttribute Class