ErrorManager.ValidationAtBuildCategory Property

Gets the object that represents the validation category.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ErrorManager Class

Microsoft.Data.Schema Namespace