QualifierDataCollection.Item[String] Property

Definition

Gets the specified QualifierData from the QualifierDataCollection.

public:
 virtual property System::Management::QualifierData ^ default[System::String ^] { System::Management::QualifierData ^ get(System::String ^ qualifierName); };
public virtual System.Management.QualifierData this[string qualifierName] { get; }
member this.Item(string) : System.Management.QualifierData
Default Public Overridable ReadOnly Property Item(qualifierName As String) As QualifierData

Parameters

qualifierName
String

The name of the QualifierData to access in the QualifierDataCollection.

Property Value

The data for a specified qualifier in the collection.

Remarks

Property Value

A QualifierData, based on the name specified.

.NET Framework Security

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

Applies to