CSEntryChange.ErrorCodeImport Property
Retrieves the returned import error code.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As CSEntryChange
Dim value As MAImportError
value = instance.ErrorCodeImport
instance.ErrorCodeImport = value
Syntax
'Declaration
Public MustOverride Property ErrorCodeImport As MAImportError
public abstract MAImportError ErrorCodeImport { get; set; }
public:
virtual property MAImportError ErrorCodeImport {
MAImportError get () abstract;
void set (MAImportError value) abstract;
}
/** @property */
public abstract MAImportError get_ErrorCodeImport ()
/** @property */
public abstract void set_ErrorCodeImport (MAImportError value)
public abstract function get ErrorCodeImport () : MAImportError
public abstract function set ErrorCodeImport (value : MAImportError)
Property Value
Returns 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
Target Platforms
See Also
Reference
CSEntryChange Class
CSEntryChange Members
Microsoft.MetadirectoryServices Namespace