ProfileAttributeBase<T>.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 T
[DataMemberAttribute]
public T Value { get; set; }
[DataMemberAttribute]
public:
property T Value {
    T get ();
    void set (T value);
}
[<DataMemberAttribute>]
member Value : 'T with get, set
function get Value () : T
function set Value (value : T)

Property Value

Type: T

.NET Framework Security

See Also

Reference

ProfileAttributeBase<T> Class

Microsoft.VisualStudio.Services.Profile Namespace