Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.