[]
Gets or sets the list of initially available user libraries.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Library[] Libraries { get; set; }
| Type | Description |
|---|---|
| Library[] | An array of Library that contains the available user libraries. |