VSWebSite.WebServices Property
Gets a WebServices object containing a collection of Web services that are exposed by this Web site.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
ReadOnly Property WebServices As WebServices
WebServices WebServices { get; }
property WebServices^ WebServices {
WebServices^ get ();
}
abstract WebServices : WebServices with get
function get WebServices () : WebServices
Property Value
Type: VsWebSite.WebServices
A WebServices object.
.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.