Share via


VSWebSite.WebReferences Property

Definition

Gets a WebReferences object containing references to the Web services consumed by the Web site.

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

Property Value

A WebReferences object containing references to the Web services consumed by the Web site.

Attributes

Applies to