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