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> with get
function get AllowedValues () : ObservableCollection<ITestVariableValue>
Property Value
Type: ObservableCollection<ITestVariableValue>
A collection of allowed values.
.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.