IKeyValuePair.Value Property
Namespace: Microsoft.TeamFoundation.TestManagement.Common
Assembly: Microsoft.TeamFoundation.TestManagement.Common (in Microsoft.TeamFoundation.TestManagement.Common.dll)
Syntax
[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
Property Value
Type: System.String
See Also
IKeyValuePair Interface
Microsoft.TeamFoundation.TestManagement.Common Namespace
Return to top