ProjectTimesheetLinesDataSet.CustomFieldsRow.CODE_DUR_FMT プロパティ
FIELD_TYPE_ENUMプロパティがDURATIONに設定すると、ユーザー設定のフィールドには、 PSDurationFormatで指定されている、表示形式の値を取得します。
名前空間: WebSvcTimeSheet
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property CODE_DUR_FMT As Byte
Get
Set
'使用
Dim instance As ProjectTimesheetLinesDataSet.CustomFieldsRow
Dim value As Byte
value = instance.CODE_DUR_FMT
instance.CODE_DUR_FMT = value
public byte CODE_DUR_FMT { get; set; }
プロパティ値
型: System.Byte
関連項目
参照先
ProjectTimesheetLinesDataSet.CustomFieldsRow クラス