CSEntryChangeResult.ErrorCode Property
Retrieves the returned error code.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As CSEntryChangeResult
Dim value As MAExportError
value = instance.ErrorCode
Syntax
'Declaration
Public MustOverride ReadOnly Property ErrorCode As MAExportError
public abstract MAExportError ErrorCode { get; }
public:
virtual property MAExportError ErrorCode {
MAExportError get () abstract;
}
/** @property */
public abstract MAExportError get_ErrorCode ()
public abstract function get ErrorCode () : MAExportError
Property Value
Returns MAExportError.
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
CSEntryChangeResult Class
CSEntryChangeResult Members
Microsoft.MetadirectoryServices Namespace