PropType

PropType enumeration

プロパティのタイプ.

public enum PropType

名前 価値 説明
String 0 文字列.
Bool 1 ブール値.
Date 2 日付.
Number 3 番号.

関連項目