Delen via


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
'Usage
Dim instance As WebService 
Dim value As String 

value = instance.ClassName
string ClassName { get; }
property String^ ClassName {
    String^ 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

WebService Members

VsWebSite Namespace

VSWebSite

Other Resources

Referencing Automation Assemblies and the DTE2 Object