ITestVariable.AllowedValues Property

Gets a collection of allowed values for this variable.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
ReadOnly Property AllowedValues As ObservableCollection(Of ITestVariableValue)
ObservableCollection<ITestVariableValue> AllowedValues { get; }
property ObservableCollection<ITestVariableValue^>^ AllowedValues {
    ObservableCollection<ITestVariableValue^>^ get ();
}
abstract AllowedValues : ObservableCollection<ITestVariableValue>
function get AllowedValues () : ObservableCollection<ITestVariableValue>

Property Value

Type: System.Collections.ObjectModel.ObservableCollection<ITestVariableValue>
A collection of allowed values.

.NET Framework Security

See Also

Reference

ITestVariable Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ObservableCollection<T>