Freigeben über


CSEntryChangeDetached.ErrorCodeImport Property

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

Usage

'Usage
Dim instance As CSEntryChangeDetached
Dim value As MAImportError

value = instance.ErrorCodeImport

instance.ErrorCodeImport = value

Syntax

'Declaration
Public Overrides Property ErrorCodeImport As MAImportError
public override MAImportError ErrorCodeImport { get; set; }
public:
virtual property MAImportError ErrorCodeImport {
    MAImportError get () override;
    void set (MAImportError value) override;
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public MAImportError get_ErrorCodeImport ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_ErrorCodeImport (MAImportError value)
CompilerGeneratedAttribute 
public override function get ErrorCodeImport () : MAImportError

CompilerGeneratedAttribute 
public override function set ErrorCodeImport (value : MAImportError)

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

CSEntryChangeDetached Class
CSEntryChangeDetached Members
Microsoft.MetadirectoryServices.DetachedObjectModel Namespace