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

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

## Functional area

Data retrieval

# Command syntax

## Syntax

|  |
| --- |
| `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/Shogun111/pages/13207888)
- [getBooleanProperty](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13207890)
- [getFloatProperty](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13207966)
- [getIntArrayProperty](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13207984)
- [getIntProperty](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13207992)
- [getProperty](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208074)
- [getStringProperty](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208110)
- [getVectorProperty](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208134)
- [setProperty](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208492)