IKeyValuePair.Key Propriedade
Publicado: abril de 2016
Namespace: Microsoft.TeamFoundation.TestManagement.Common
Assembly: Microsoft.TeamFoundation.TestManagement.Common (em Microsoft.TeamFoundation.TestManagement.Common.dll)
Sintaxe
[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
Valor de propriedade
Type: System.String
Consulte também
Interface IKeyValuePair
Namespace Microsoft.TeamFoundation.TestManagement.Common
Retornar ao topo