'Declaration
<CanBeNullAttribute()> Property Path As String
'Usage
Dim instance As _UAEndpointDescriptor Dim value As String instance.Path = value value = instance.Path
[CanBeNull()] string Path {get; set;}
'Declaration
<CanBeNullAttribute()> Property Path As String
'Usage
Dim instance As _UAEndpointDescriptor Dim value As String instance.Path = value value = instance.Path
[CanBeNull()] string Path {get; set;}
The Path property contains the path information that the server uses to resolve requests for information.
The path information does not include the scheme, host name, or query portion of the URI. The Path property always returns at least a slash (/).
There are maximum length limitations on the URI path.
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.