Share via


Avatar.Value Property

Namespace:  Microsoft.VisualStudio.Services.Profile
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Value As Byte()
[DataMemberAttribute]
public byte[] Value { get; set; }
[DataMemberAttribute]
public:
property array<unsigned char>^ Value {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
[<DataMemberAttribute>]
member Value : byte[] with get, set
function get Value () : byte[]
function set Value (value : byte[])

Property Value

Type: array<System.Byte[]

.NET Framework Security

See Also

Reference

Avatar Class

Microsoft.VisualStudio.Services.Profile Namespace