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
'Usage
Dim instance As WebReference
Dim value As ProjectItem
value = instance.Discomap
ProjectItem Discomap { get; }
property ProjectItem^ Discomap {
ProjectItem^ 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.