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

See Also

Reference

VSWebSite Interface

VsWebSite Namespace

EnvDTE

WebServices

Other Resources

Referencing Automation Assemblies and the DTE2 Object