MetadataValues.Item[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.