Share via


VssJsonCollectionWrapper<T>.Value Property

Namespace:  Microsoft.VisualStudio.Services.WebApi
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

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

Property Value

Type: T

.NET Framework Security

See Also

Reference

VssJsonCollectionWrapper<T> Class

Microsoft.VisualStudio.Services.WebApi Namespace