Properties Property (DTE Object)

      Properties      

Returns a collection object representing all the available categories and subcategories of environment-level properties.

Syntax

Property Get Properties (Category As String, [Page As String]) As Properties

This syntax has these parts:

Part Description
Category Required String identifying a property category, for example "Keyboard" or "Source Control".
Page Optional String identifying a properties page within the category identified by Category.

Remarks

If the specified properties collection is not available, this property returns NULL.