Sdílet prostřednictvím


MetadataValues.Item Property (String)

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    value As String _
) As MetadataValue 
    Get
'Usage
Dim instance As MetadataValues 
Dim value As String 
Dim value As MetadataValue 

value = instance(value)
public MetadataValue this[
    string value
] { get; }
public:
property MetadataValue^ default[String^ value] {
    MetadataValue^ get (String^ value);
}
member Item : MetadataValue
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.MetadataValue
A MetadataValue object that has the specified value.

See Also

Reference

MetadataValues Class

Item Overload

Microsoft.ReportingServices.RdlObjectModel Namespace