Gets the properties of all projects or of all properties of the specified type.
Visual Basic |
---|
Public Function GetAllProjects( _ Optional ByVal ProjectType As String = "" _ ) As String |
- ProjectType
- The project type can be Standard, Template, or a project type created by an extension.
If the project type is not specified, returns the properites of all projects.
If specified, returns only the properties of projects of that type.