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
'Declaration
ReadOnly Property Tags As IDictionary(Of String, String)
IDictionary<string, string> Tags { get; }
property IDictionary<String^, String^>^ Tags {
IDictionary<String^, String^>^ get ();
}
abstract Tags : IDictionary<string, string> with get
function get Tags () : IDictionary<String, String>
Property Value
Type: IDictionary<String, String>
A dictionary with user defined metadata.
.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.