VssJsonCollectionWrapper.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(Order := )> _
Public Property Value As IEnumerable
[DataMemberAttribute(Order = )]
public IEnumerable Value { get; private set; }
[DataMemberAttribute(Order = )]
public:
property IEnumerable^ Value {
    IEnumerable^ get ();
    private: void set (IEnumerable^ value);
}
[<DataMemberAttribute(Order = )>]
member Value : IEnumerable with get, private set
function get Value () : IEnumerable 
private function set Value (value : IEnumerable)

Property Value

Type: System.Collections.IEnumerable

.NET Framework Security

See Also

Reference

VssJsonCollectionWrapper Class

Microsoft.VisualStudio.Services.Common Namespace