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
ObservableCollection<ITestVariableValue> AllowedValues { get; }
property ObservableCollection<ITestVariableValue^>^ AllowedValues {
ObservableCollection<ITestVariableValue^>^ get();
}
abstract AllowedValues : ObservableCollection<ITestVariableValue> with get
ReadOnly Property AllowedValues As ObservableCollection(Of ITestVariableValue)
Property Value
Type: System.Collections.ObjectModel.ObservableCollection<ITestVariableValue>
A collection of allowed values.
See Also
ObservableCollection<T>
ITestVariable Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top