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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.