This documentation is archived and is not being maintained.

ExcludePathInfo.Path Property

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Public Property Path As String
[C#]
public string Path {get; set;}
[C++]
public: __property String* get_Path();
public: __property void set_Path(String*);
[JScript]
public function get Path() : String;
public function set Path(String);

See Also

ExcludePathInfo Class | ExcludePathInfo Members | System.Web.Services.Discovery Namespace

Show: