ErrorData.Uri Property
Namespace: Microsoft.VisualStudio.Services.Common.Contracts
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Property Uri As Uri
public Uri Uri { get; set; }
public:
property Uri^ Uri {
Uri^ get ();
void set (Uri^ value);
}
member Uri : Uri with get, set
function get Uri () : Uri
function set Uri (value : Uri)
Property Value
Type: System.Uri
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.