Returns the XllAttributes object for the specified Assembly.
            
    Namespace: 
   XllPlusAssembly: Psl.XL7.XnReflect.Runtime (in Psl.XL7.XnReflect.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)
Syntax
| C# | 
|---|
public XllAttributes this[ string key ] { get; }  | 
| Visual Basic (Declaration) | 
|---|
Public ReadOnly Default Property Item ( _ key As String _ ) As XllAttributes  | 
| Visual C++ | 
|---|
public: property XllAttributes^ default[String^ key] { XllAttributes^ get (String^ key); }  | 
Parameters
- key
 - Type: System..::.String
The documentation key for a reflected object.