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
- 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.