ErrorManager.BuildCategory Property

Gets the object that represents the build category.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ErrorManager Class

Microsoft.Data.Schema Namespace