SharedParameterDataRows.Rows Property
Namespace: Microsoft.TeamFoundation.TestManagement.Common
Assembly: Microsoft.TeamFoundation.TestManagement.Common (in Microsoft.TeamFoundation.TestManagement.Common.dll)
Syntax
'Declaration
Public ReadOnly Property Rows As List(Of ISharedParameterDataRow)
public List<ISharedParameterDataRow> Rows { get; }
public:
virtual property List<ISharedParameterDataRow^>^ Rows {
List<ISharedParameterDataRow^>^ get () sealed;
}
abstract Rows : List<ISharedParameterDataRow> with get
override Rows : List<ISharedParameterDataRow> with get
final function get Rows () : List<ISharedParameterDataRow>
Property Value
Type: System.Collections.Generic.List<ISharedParameterDataRow>
Implements
.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.