Share via


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
    Get
ProjectItem Discomap { get; }
property ProjectItem^ Discomap {
    ProjectItem^ get ();
}
abstract Discomap : ProjectItem
function get Discomap () : ProjectItem

Property Value

Type: EnvDTE.ProjectItem
A project item containing the discovery map of the Web reference.

.NET Framework Security

See Also

Reference

WebReference Interface

VsWebSite Namespace