Share via


WebService.ClassName Property

Definition

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

public:
 property System::String ^ ClassName { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(4)]
public string ClassName { [System.Runtime.InteropServices.DispId(4)] get; }
[<System.Runtime.InteropServices.DispId(4)>]
[<get: System.Runtime.InteropServices.DispId(4)>]
member this.ClassName : string
Public ReadOnly Property ClassName As String

Property Value

The name of the class that represents the Web service.

Attributes

Applies to