ProjectProperties3.WebAccessMethod Property

Definition

This member provides internal-only access to project properties. For more information, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.

public:
 property VSLangProj::prjWebAccessMethod WebAccessMethod { VSLangProj::prjWebAccessMethod get(); void set(VSLangProj::prjWebAccessMethod value); };
public:
 property VSLangProj::prjWebAccessMethod WebAccessMethod { VSLangProj::prjWebAccessMethod get(); void set(VSLangProj::prjWebAccessMethod value); };
[System.Runtime.InteropServices.DispId(10049)]
public VSLangProj.prjWebAccessMethod WebAccessMethod { [System.Runtime.InteropServices.DispId(10049)] get; [System.Runtime.InteropServices.DispId(10049)] set; }
[<System.Runtime.InteropServices.DispId(10049)>]
[<get: System.Runtime.InteropServices.DispId(10049)>]
[<set: System.Runtime.InteropServices.DispId(10049)>]
member this.WebAccessMethod : VSLangProj.prjWebAccessMethod with get, set
Public Property WebAccessMethod As prjWebAccessMethod

Property Value

Implements

Attributes

Remarks

External components can access these properties through the Properties collection for the appropriate Visual Studio automation object. (That is, ProjectItem for project files and folders, Project for projects, and Configuration for configurations). The property names for the members of this type can be used as an indexer into the Properties collection. For more information about accessing project properties through automation, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.

Applies to