Profile.Avatar Property
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Property Avatar As Avatar
public Avatar Avatar { get; set; }
public:
property Avatar^ Avatar {
Avatar^ get ();
void set (Avatar^ value);
}
member Avatar : Avatar with get, set
function get Avatar () : Avatar
function set Avatar (value : Avatar)
Property Value
Type: Microsoft.VisualStudio.Services.Profile.Avatar
.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.