Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a data source information property with the specified name.
Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
    propertyName As String _
) As Object
public Object this[
    string propertyName
] { get; }
public:
virtual property Object^ default[String^ propertyName] {
    Object^ get (String^ propertyName) sealed;
}
abstract Item : 
        propertyName:string -> Object with get 
override Item : 
        propertyName:string -> Object with get
JScript does not support indexed properties.
Parameters
- propertyName 
 Type: System.String- The name of the data source information property to retrieve. 
Property Value
Type: System.Object
The data source information property with the specified name.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.