WebReference.Discomap Property
Gets the discovery map for the Web reference.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
ReadOnly Property Discomap As ProjectItem
ProjectItem Discomap { get; }
property ProjectItem^ Discomap {
ProjectItem^ get ();
}
abstract Discomap : ProjectItem with get
function get Discomap () : ProjectItem
Property Value
Type: EnvDTE.ProjectItem
A project item containing the discovery map of the Web reference.
.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.