VSWebSite.WebReferences Property
Gets a WebReferences object containing references to the Web services consumed by the Web site.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
ReadOnly Property WebReferences As WebReferences
WebReferences WebReferences { get; }
property WebReferences^ WebReferences {
WebReferences^ get ();
}
abstract WebReferences : WebReferences with get
function get WebReferences () : WebReferences
Property Value
Type: VsWebSite.WebReferences
A WebReferences object containing references to the Web services consumed by the Web site.
.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.