ProjectDataSet.AssignmentCustomFieldsRow.TEXT_VALUE プロパティ
FIELD_TYPE_ENUMプロパティをSTRINGに入力が設定されている場合は、カスタム フィールドの値を指定します。
名前空間: WebSvcProject
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property TEXT_VALUE As String
Get
Set
'使用
Dim instance As ProjectDataSet.AssignmentCustomFieldsRow
Dim value As String
value = instance.TEXT_VALUE
instance.TEXT_VALUE = value
public string TEXT_VALUE { get; set; }
プロパティ値
関連項目
参照先
ProjectDataSet.AssignmentCustomFieldsRow クラス