TypeDescriptionCollection.Item Property
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As TypeDescriptionCollection
Dim TypeName As String
Dim value As TypeDescription
value = instance(TypeName)
Syntax
'Declaration
Public MustOverride ReadOnly Default Property Item ( _
TypeName As String _
) As TypeDescription
public abstract TypeDescription this [
string TypeName
] { get; }
public:
virtual property TypeDescription^ default [String^] {
TypeDescription^ get (String^ TypeName) abstract;
}
/** @property */
public abstract TypeDescription get_Item (String TypeName)
Parameters
- TypeName
Property Value
Returns TypeDescription.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
TypeDescriptionCollection Class
TypeDescriptionCollection Members
Microsoft.MetadirectoryServices Namespace