IKeyValuePair.Value 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 Value { get; }
[DebuggerBrowsableAttribute(DebuggerBrowsableState::Never)]
property String^ Value {
String^ get();
}
[<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>]
abstract Value : string with get
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
ReadOnly Property Value As String
Valor de propriedade
Type: System.String
Consulte também
Interface IKeyValuePair
Namespace Microsoft.TeamFoundation.TestManagement.Common
Retornar ao topo