VssJsonCollectionWrapperBase.BaseValue Property
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Protected Property BaseValue As IEnumerable
protected IEnumerable BaseValue { get; set; }
protected:
property IEnumerable^ BaseValue {
IEnumerable^ get ();
void set (IEnumerable^ value);
}
member BaseValue : IEnumerable with get, set
function get BaseValue () : IEnumerable
function set BaseValue (value : IEnumerable)
Property Value
Type: System.Collections.IEnumerable
.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.