ITestParameter.Tags Property
Gets a dictionary for holding caller defined metadata.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
IDictionary<string, string> Tags { get; }
property IDictionary<String^, String^>^ Tags {
IDictionary<String^, String^>^ get();
}
abstract Tags : IDictionary<string, string> with get
ReadOnly Property Tags As IDictionary(Of String, String)
Property Value
Type: System.Collections.Generic.IDictionary<String, String>
A dictionary with user defined metadata.
See Also
ITestParameter Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top