Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.TeamFoundation.TestManagement.Common
Assembly: Microsoft.TeamFoundation.TestManagement.Common (in Microsoft.TeamFoundation.TestManagement.Common.dll)
Syntax
[DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)]
ISharedParameterDataRows ParameterValues { get; }
[DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)]
property ISharedParameterDataRows^ ParameterValues {
ISharedParameterDataRows^ get();
}
[<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>]
abstract ParameterValues : ISharedParameterDataRows with get
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
ReadOnly Property ParameterValues As ISharedParameterDataRows
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Common.ISharedParameterDataRows
See Also
ISharedParameterData Interface
Microsoft.TeamFoundation.TestManagement.Common Namespace
Return to top