Share via


ISharedParameterDataRow.ParameterValues Property

 

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

Syntax

[DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)]
List<IKeyValuePair> ParameterValues { get; }
[DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)]
property List<IKeyValuePair^>^ ParameterValues {
    List<IKeyValuePair^>^ get();
}
[<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>]
abstract ParameterValues : List<IKeyValuePair> with get
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
ReadOnly Property ParameterValues As List(Of IKeyValuePair)

Property Value

Type: System.Collections.Generic.List<IKeyValuePair>

See Also

ISharedParameterDataRow Interface
Microsoft.TeamFoundation.TestManagement.Common Namespace

Return to top