'Declaration<CanBeNullAttribute()> Property PathAndQuery As String
'UsageDim instance As _EndpointDescriptor Dim value As String instance.PathAndQuery = value value = instance.PathAndQuery
[CanBeNull()] string PathAndQuery {get; set;}
 
            'Declaration<CanBeNullAttribute()> Property PathAndQuery As String
'UsageDim instance As _EndpointDescriptor Dim value As String instance.PathAndQuery = value value = instance.PathAndQuery
[CanBeNull()] string PathAndQuery {get; set;}
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.