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