ErrorManager.ProjectPropertiesCategory Property

Gets the object that represents the project properties category.

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

Syntax

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

Property Value

Type: System.Object
The Object that represents the project properties category.

.NET Framework Security

See Also

Reference

ErrorManager Class

Microsoft.Data.Schema Namespace