Share via


VSWebSite.WebServices Property

Definition

Gets a WebServices object containing a collection of Web services that are exposed by this Web site.

public:
 property VsWebSite::WebServices ^ WebServices { VsWebSite::WebServices ^ get(); };
[System.Runtime.InteropServices.DispId(9)]
public VsWebSite.WebServices WebServices { [System.Runtime.InteropServices.DispId(9)] get; }
[<System.Runtime.InteropServices.DispId(9)>]
[<get: System.Runtime.InteropServices.DispId(9)>]
member this.WebServices : VsWebSite.WebServices
Public ReadOnly Property WebServices As WebServices

Property Value

A WebServices object.

Attributes

Applies to