MetaDataList.Item Property

public MetaData this[ 
string name 
] {get;}
This language is not supported or no code example is available.
public:  
property MetaData^ Item[String] { 
MetaData^ get( 
String^ name 
); 
}
This language is not supported or no code example is available.
JScript suports the use of indexed properties, but not the declaration of new ones.
This language is not supported or no code example is available.

Parameters

name
string

Property Value

MetaData

In this article

Definition