ErrorManager.ValidationOnIdleCategory Property

Gets the object that represents the validation on idle category.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Shared ReadOnly Property ValidationOnIdleCategory As Object
public static Object ValidationOnIdleCategory { get; }
public:
static property Object^ ValidationOnIdleCategory {
    Object^ get ();
}
static member ValidationOnIdleCategory : Object
static function get ValidationOnIdleCategory () : Object

Property Value

Type: System.Object
The Object that represents the resolution category.

.NET Framework Security

See Also

Reference

ErrorManager Class

Microsoft.Data.Schema Namespace