MetadataProperties.Item[String] Property

Definition

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

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

Parameters

name
String

The name of the item in the collection.

Property Value

A MetadataProperty object that has the specified name.

Applies to