VssJsonCollectionWrapper<T>.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.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.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.