Partager via


TypeDescriptionCollection.ChangeType Property

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

Usage

'Usage
Dim instance As TypeDescriptionCollection
Dim value As ChangeTypeDescription

value = instance.ChangeType

Syntax

'Declaration
Public MustOverride ReadOnly Property ChangeType As ChangeTypeDescription
public abstract ChangeTypeDescription ChangeType { get; }
public:
virtual property ChangeTypeDescription^ ChangeType {
    ChangeTypeDescription^ get () abstract;
}
/** @property */
public abstract ChangeTypeDescription get_ChangeType ()
public abstract function get ChangeType () : ChangeTypeDescription

Property Value

Returns ChangeTypeDescription.

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