Share via


ProfileAttributeBase.Value Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

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

Property Value

Type: System.Object

.NET Framework Security

See Also

Reference

ProfileAttributeBase Class

Microsoft.VisualStudio.Services.Profile Namespace