Schema.ChangeType Property

Retrieves the change type.

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

Usage

'Usage
Dim instance As Schema
Dim value As ChangeTypeDescription

value = instance.ChangeType

Syntax

'Declaration
Public ReadOnly Property ChangeType As ChangeTypeDescription
public ChangeTypeDescription ChangeType { get; }
public:
property ChangeTypeDescription^ ChangeType {
    ChangeTypeDescription^ get ();
}
/** @property */
public ChangeTypeDescription get_ChangeType ()
public 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

Target Platforms

See Also

Reference

Schema Class
Schema Members
Microsoft.MetadirectoryServices Namespace