Share via


ErrorManager.DefaultCategory Property

Gets the object that represents the default category.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ErrorManager Class

Microsoft.Data.Schema Namespace