# Get site property as string

Source: [https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2013-workflow-platform/admin-actions/get-site-property-string/](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2013-workflow-platform/admin-actions/get-site-property-string/)
Product: Virto Workflow Automation Web Part
Updated: 2026-08-12


This activity represents requested site property as string.

![Get site property as string workflow activity in the SharePoint 2013 Workflow Designer](https://img-docs.virtosoftware.com/wp-content/uploads/2024/10/get_site_property_as_string_sharepoint_2013_1.png)

## **SharePoint Workflow Designer Phrase**

Get the following property of current site as atring and save it to Variable: sprop variable.

## **Parameters**

Input parameters


| Parameter | Description | Example |
|---|---|---|
| The followingproperty | Site property which youwant to get | MySiteProperty |
| current site | **Optional.** Site which property you want to get. Default value is current siteurl. | https://contoso/SiteUrl; https://contoso/Sites/SiteUrl;[%Workflow Context:Current Site URL%]/subSite |
| Variable: sprop | Result (set by this activity). After successful workflow execution contains requested site property. |  |


Example

![Example of the Get site property as string activity saving a site property to the sprop variable](https://img-docs.virtosoftware.com/wp-content/uploads/2024/10/get_site_property_as_string_sharepoint_2013_2.png)
