UserProperties.GetProperty

GetProperty(string)

Gets string property value.

public virtual string GetProperty(string key)
ParameterTypeDescription
keyStringThe name of property.

Return Value

Property value.

See Also


GetProperty(string, string)

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

public virtual string GetProperty(string key, string defValue)
ParameterTypeDescription
keyStringThe name of property.
defValueStringDefault value of property.

Return Value

Property value.

See Also