UserProperties.GetPropertyStringArray

GetPropertyStringArray(string)

Gets string array property value.

public virtual string[] GetPropertyStringArray(string key)
ParameterTypeDescription
keyStringThe name of property.

Return Value

Property value.

See Also


GetPropertyStringArray(string, string[])

Gets string array property value. If requested property is absent, returns provided default value.

public virtual string[] GetPropertyStringArray(string key, string[] defValue)
ParameterTypeDescription
keyStringThe name of property.
defValueString[]Default value of property.

Return Value

Property value.

See Also