TimesheetManagersDataSet.TimesheetManagersRow.RES_NAME プロパティ
取得またはタイムシート マネージャー リソースの名前を設定します。
名前空間: WebSvcAdmin
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property RES_NAME As String
Get
Set
'使用
Dim instance As TimesheetManagersDataSet.TimesheetManagersRow
Dim value As String
value = instance.RES_NAME
instance.RES_NAME = value
public string RES_NAME { get; set; }
プロパティ値
型: System.String
タイムシート マネージャーの名前です。
関連項目
参照先
TimesheetManagersDataSet.TimesheetManagersRow クラス