Account.AccountUri Property
Namespace: Microsoft.VisualStudio.Services.Account
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property AccountUri As Uri
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Uri AccountUri { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property Uri^ AccountUri {
Uri^ get ();
void set (Uri^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member AccountUri : Uri with get, set
function get AccountUri () : Uri
function set AccountUri (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.