UserProperties.GetPropertyInt

GetPropertyInt(string)

整数プロパティ値を取得します。

public virtual int GetPropertyInt(string key)
パラメータタイプ説明
keyStringプロパティの名前。

戻り値

プロパティ値。

関連項目


GetPropertyInt(string, int)

整数プロパティ値を取得します。要求されたプロパティが存在しない場合は、提供されたデフォルト値を返します.

public virtual int GetPropertyInt(string key, int def)
パラメータタイプ説明
keyStringプロパティの名前。
defInt32プロパティのデフォルト値。

戻り値

プロパティ値。

関連項目