ErrorManager.ValidationAtBuildCategory Property

Gets the validation at build category string object.

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

Syntax

'Declaration
Public Shared ReadOnly Property ValidationAtBuildCategory As Object
    Get
'Usage
Dim value As Object

value = ErrorManager.ValidationAtBuildCategory
public static Object ValidationAtBuildCategory { get; }
public:
static property Object^ ValidationAtBuildCategory {
    Object^ get ();
}
static function get ValidationAtBuildCategory () : Object
static member ValidationAtBuildCategory : Object

Property Value

Type: System.Object

.NET Framework Security

See Also

Reference

ErrorManager Class

ErrorManager Members

Microsoft.Data.Schema.Common Namespace