# VSolutionInfo

Este objeto contiene la información de una solución. Tiene funciones para obtener sus propiedades básicas.

## Funciones

**Generales**

| Retorno | Función                                             |
| ------- | --------------------------------------------------- |
| Date    | [buildDateTime](#builddatetime)()                   |
| Number  | [buildNumber](#buildnumber)()                       |
| String  | [fullName](#fullname)()                             |
| Boolean | [isAbleToCreateProjects](#isabletocreateprojects)() |
| Boolean | [isNull](#isnull)()                                 |
| Boolean | [isShared](#isshared)()                             |
| String  | [name](#name)()                                     |
| String  | [server](#server)()                                 |
| String  | [version(](#version))                               |
| String  | [vrl](#vrl)()                                       |

## Documentación de funciones

### Funciones generales

#### Date buildDateTime() <a href="#builddatetime" id="builddatetime"></a>

Devuelve la fecha y hora en que se creó la solución.

#### Number buildNumber() <a href="#buildnumber" id="buildnumber"></a>

Devuelve el número de compilación de la solución.

#### String fullName() <a href="#fullname" id="fullname"></a>

Devuelve el nombre completo de la solución.

#### Boolean isAbleToCreateProjects() <a href="#isabletocreateprojects" id="isabletocreateprojects"></a>

Devuelve true si es posible crear proyectos en la solución, false si no es posible.

#### Boolean isNull() <a href="#isnull" id="isnull"></a>

Devuelve true si el objeto VSolutionInfo es nulo, false si contiene un objeto.

#### Boolean isShared() <a href="#isshared" id="isshared"></a>

Devuelve true si la solución es de tipo "Compartida", false en caso contrario.

#### String name() <a href="#name" id="name"></a>

Devuelve el nombre de la solución.

#### String server() <a href="#server" id="server"></a>

Devuelve el servidor al que pertenece la solución.

#### String version() <a href="#version" id="version"></a>

Devuelve la versión de la solución.

#### String vrl() <a href="#vrl" id="vrl"></a>

Devuelve la VRL con la que estamos conectados al servidor.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.velneo.com/29/velneo-vdevelop/scripts/lenguajes/javascript/clases/vsolutioninfo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
