Share via


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

See Also

Reference

Profile Class

Microsoft.VisualStudio.Services.Profile Namespace