Share via


TypeDescriptionCollection.ObjectTypeAttributeName Property

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As TypeDescriptionCollection
Dim value As String

value = instance.ObjectTypeAttributeName

Syntax

'Declaration
Public MustOverride ReadOnly Property ObjectTypeAttributeName As String
public abstract string ObjectTypeAttributeName { get; }
public:
virtual property String^ ObjectTypeAttributeName {
    String^ get () abstract;
}
/** @property */
public abstract String get_ObjectTypeAttributeName ()
public abstract function get ObjectTypeAttributeName () : String

Property Value

Returns String.

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