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)]
List<string> ParameterNames { get; }
[DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)]
property List<String^>^ ParameterNames {
List<String^>^ get();
}
[<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>]
abstract ParameterNames : List<string> with get
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
ReadOnly Property ParameterNames As List(Of String)
Property Value
Type: System.Collections.Generic.List<String>
See Also
ISharedParameterData Interface
Microsoft.TeamFoundation.TestManagement.Common Namespace
Return to top