MetadataValues.Item[String] Property

Definition

Gets an item from the collection that has the specified value.

public:
 property Microsoft::ReportingServices::RdlObjectModel::MetadataValue ^ default[System::String ^] { Microsoft::ReportingServices::RdlObjectModel::MetadataValue ^ get(System::String ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.MetadataValue this[string value] { get; }
member this.Item(string) : Microsoft.ReportingServices.RdlObjectModel.MetadataValue
Default Public ReadOnly Property Item(value As String) As MetadataValue

Parameters

value
String

The value of the metadata.

Property Value

A MetadataValue object that has the specified value.

Applies to