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
- 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.