Share via


MetadataProperties.Item Property (String)

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

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    name As String _
) As MetadataProperty 
    Get
'Usage
Dim instance As MetadataProperties 
Dim name As String 
Dim value As MetadataProperty 

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

Parameters

  • name
    Type: System.String
    The name of the item in the collection.

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.MetadataProperty
A MetadataProperty object that has the specified name.

See Also

Reference

MetadataProperties Class

Item Overload

Microsoft.ReportingServices.RdlObjectModel Namespace