ResourcePlanDataSet.PlanAssignmentCustomFieldsRow.ASSN_UID プロパティ
現在のリソース計画の割り当てに所属するユーザー設定フィールドの一意の識別子を指定します。
名前空間: WebSvcResourcePlan
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property ASSN_UID As Guid
Get
Set
'使用
Dim instance As ResourcePlanDataSet.PlanAssignmentCustomFieldsRow
Dim value As Guid
value = instance.ASSN_UID
instance.ASSN_UID = value
public Guid ASSN_UID { get; set; }
プロパティ値
型: System.Guid
関連項目
参照先
ResourcePlanDataSet.PlanAssignmentCustomFieldsRow クラス