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