Share via


EntityObjectValidationErrorType Enumeration

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Specifies the list of entity object validation error types.

Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As EntityObjectValidationErrorType

Syntax

'Declaration
Public Enumeration EntityObjectValidationErrorType
public enum EntityObjectValidationErrorType
public enum class EntityObjectValidationErrorType
public enum EntityObjectValidationErrorType
public enum EntityObjectValidationErrorType

Members

Member name Description
SourceEntityNull Represents the validation error that occurs when the source entity is null in the relationship instance.
TargetEntityNull Represents the validation error that occurs when the target entity is null in the relationship instance.
Unknown Represents that the validation error type is unknown.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

Microsoft.EnterpriseManagement.Common Namespace