WebReference.Discomap Property

 

Gets the discovery map for the Web reference.

Namespace:   VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

ProjectItem Discomap { get; }
property ProjectItem^ Discomap {
    ProjectItem^ get();
}
abstract Discomap : ProjectItem with get
ReadOnly Property Discomap As ProjectItem

Property Value

Type: EnvDTE.ProjectItem

A project item containing the discovery map of the Web reference.

See Also

WebReference Interface
VsWebSite Namespace

Return to top