WebService.ClassName Property

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

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

Syntax

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

Property Value

Type: System.String
The name of the class that represents the Web service.

.NET Framework Security

See Also

Reference

WebService Interface

VsWebSite Namespace

VSWebSite

Other Resources

Referencing Automation Assemblies and the DTE2 Object