ErrorManager.BuildCategory Property

Gets the build category string.

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

Syntax

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

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

Property Value

Type: System.Object

.NET Framework Security

See Also

Reference

ErrorManager Class

ErrorManager Members

Microsoft.Data.Schema.Common Namespace