HttpRequestInfo.Uri Property
Optional. The Uri.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string Uri { get; set; }
public:
property String^ Uri {
String^ get();
void set(String^ value);
}
member Uri : string with get, set
Public Property Uri As String
Property Value
Type: System.String
See Also
HttpRequestInfo Class
Microsoft.Azure.Insights.Models Namespace
Return to top