UserProperties.GetProperty

GetProperty(string)

获取字符串属性值。

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

返回值

适当的价值。

也可以看看


GetProperty(string, string)

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

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

返回值

适当的价值。

也可以看看