UserProperties.IsProperty

IsProperty(string)

Gets boolean property value.

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

Return Value

Property value.

See Also


IsProperty(string, bool)

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

public virtual bool IsProperty(string key, bool def)
ParameterTypeDescription
keyStringThe name of property.
defBooleanDefault value of property.

Return Value

Property value.

See Also