ISharedParameterDataRows.Rows Property
Namespace: Microsoft.TeamFoundation.TestManagement.Common
Assembly: Microsoft.TeamFoundation.TestManagement.Common (in Microsoft.TeamFoundation.TestManagement.Common.dll)
Syntax
[DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)]
List<ISharedParameterDataRow> Rows { get; }
[DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)]
property List<ISharedParameterDataRow^>^ Rows {
List<ISharedParameterDataRow^>^ get();
}
[<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>]
abstract Rows : List<ISharedParameterDataRow> with get
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
ReadOnly Property Rows As List(Of ISharedParameterDataRow)
Property Value
Type: System.Collections.Generic.List<ISharedParameterDataRow>
See Also
ISharedParameterDataRows Interface
Microsoft.TeamFoundation.TestManagement.Common Namespace
Return to top