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
- 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.