Share via


ISharedParameterData.ParameterNames Property

 

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