UserProperties.IsProperty

IsProperty(string)

获取布尔属性值。

public virtual bool IsProperty(string key)
范围类型描述
keyString财产名称。

返回值

适当的价值。

也可以看看


IsProperty(string, bool)

获取布尔属性值。如果请求的属性不存在,则返回提供的默认值。

public virtual bool IsProperty(string key, bool def)
范围类型描述
keyString财产名称。
defBoolean属性的默认值。

返回值

适当的价值。

也可以看看