WebService.ClassName Property

 

Gets the name of the class that represents the Web service.

Namespace:   VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

string ClassName { get; }
property String^ ClassName {
    String^ get();
}
abstract ClassName : string with get
ReadOnly Property ClassName As String

Property Value

Type: System.String

The name of the class that represents the Web service.

See Also

VSWebSite
WebService Interface
VsWebSite Namespace
Referencing Automation Assemblies and the DTE2 Object

Return to top