ErrorManager.ModelCategory Property

Gets the object that represents the model category.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ErrorManager Class

Microsoft.Data.Schema Namespace