IKeyValuePair.Key Property
Namespace: Microsoft.TeamFoundation.TestManagement.Common
Assembly: Microsoft.TeamFoundation.TestManagement.Common (in Microsoft.TeamFoundation.TestManagement.Common.dll)
Syntax
[DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)]
string Key { get; }
[DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)]
property String^ Key {
String^ get();
}
[<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>]
abstract Key : string with get
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
ReadOnly Property Key As String
Property Value
Type: System.String
See Also
IKeyValuePair Interface
Microsoft.TeamFoundation.TestManagement.Common Namespace
Return to top