---
title: "getStringArrayProperty"
canonical: "https://help.vicon.com/space/ShogunPost121/1253736518/getStringArrayProperty"
format: markdown
---
# Description

Similar to [getStringProperty](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253740024), but for string array attribute types.

## Functional area

Data retrieval

# Command syntax

## Syntax

> Macro (scroll-tablelayout)

|  |
| --- |
| `getStringArrayProperty moduleName propertyName` |

### Arguments

| Name | Type | Required | Comments |
| --- | --- | --- | --- |
| `propertyName` | string | yes | Name of the property on the object. |
| `moduleName` | string | yes | Object to retrieve property value from. |

### Flags

None

## Return value

string array 

> Macro (scroll-pagebreak)

# Additional information

## Related commands

- [getBooleanArrayProperty](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253738732)
- [getBooleanProperty](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737690)
- [getFloatProperty](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737640)
- [getIntArrayProperty](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737426)
- [getIntProperty](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737493)
- [getProperty](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737125)
- [getStringProperty](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253740024)
- [getVectorProperty](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736549)
- [setProperty](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736551)