Del via


MetadataProperties.Item Property (String)

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