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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.