Share via


CollectorNameValueConfigurationReader.Item Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the value of the setting specified by name, or nulla null reference (Nothing in Visual Basic) if it was not found.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public ReadOnly Property Item ( _
    name As String _
) As String
    Get
'Usage
Dim instance As CollectorNameValueConfigurationReader
Dim name As String
Dim value As String

value = instance.Item(name)
public string this[
    string name
] { get; }
public:
property String^ Item[String^ name] {
    String^ get (String^ name);
}
JScript does not support indexed properties.
member Item : string

Parameters

Property Value

Type: System.String
The setting value, or nulla null reference (Nothing in Visual Basic) if the setting was not found.

.NET Framework Security

See Also

Reference

CollectorNameValueConfigurationReader Class

CollectorNameValueConfigurationReader Members

Microsoft.VisualStudio.TestTools.Execution Namespace