Share via


WebReference2 Interface

 

Represents a Web reference that is consumed by the Web site.

Namespace:   VsWebSite90
Assembly:  VsWebSite.Interop90 (in VsWebSite.Interop90.dll)

Syntax

[GuidAttribute("9D6065EC-93A1-4CAA-8985-9B7783330BE7")]
public interface WebReference2 : WebReference
[GuidAttribute("9D6065EC-93A1-4CAA-8985-9B7783330BE7")]
public interface class WebReference2 : WebReference
[<GuidAttribute("9D6065EC-93A1-4CAA-8985-9B7783330BE7")>]
type WebReference2 = 
    interface
        interface WebReference
    end
<GuidAttribute("9D6065EC-93A1-4CAA-8985-9B7783330BE7")>
Public Interface WebReference2
    Inherits WebReference

Properties

Name Description
System_CAPS_pubproperty ContainingProject

System_CAPS_pubproperty Discomap

System_CAPS_pubproperty DTE

System_CAPS_pubproperty DynamicPropName

System_CAPS_pubproperty DynamicUrl

System_CAPS_pubproperty FileCodeModel

System_CAPS_pubproperty MapType

Gets the type of this Web reference.

System_CAPS_pubproperty Namespace

System_CAPS_pubproperty ProjectItem

System_CAPS_pubproperty ServiceDefinitionUrl

System_CAPS_pubproperty ServiceLocationUrl

System_CAPS_pubproperty ServiceName

System_CAPS_pubproperty WsdlAppRelativeUrl

Methods

Name Description
System_CAPS_pubmethod Remove()

System_CAPS_pubmethod Update()

Remarks

This interface is applicable to a Web site project that has an App_WebReference folder that in turn contains two types of Web references: Discomap and Svcmap. For more information, see the MapType property topic.

The WebReference2 interface inherits all members of the WebReference interface and adds the MapType property.

See Also

WebReference
VsWebSite90 Namespace

Return to top