TeamFoundationTableValueParameter<T>.m_rows Field

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Protected m_rows As IEnumerable(Of T)
protected IEnumerable<T> m_rows
protected:
IEnumerable<T>^ m_rows
val mutable m_rows: IEnumerable<'T>
protected var m_rows : IEnumerable<T>

.NET Framework Security

See Also

Reference

TeamFoundationTableValueParameter<T> Class

Microsoft.TeamFoundation.Framework.Server Namespace