次の方法で共有


CalendarDataSet.CalendarsRow.CalendarUniqueIdToDuplicate プロパティ

既存のカレンダーに基づいて新しいカレンダーを追加するときに使用する、マスターのカレンダーの識別子を取得します。

名前空間:  WebSvcCalendar
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
Public Property CalendarUniqueIdToDuplicate As Guid
    Get
    Set
'使用
Dim instance As CalendarDataSet.CalendarsRow
Dim value As Guid

value = instance.CalendarUniqueIdToDuplicate

instance.CalendarUniqueIdToDuplicate = value
public Guid CalendarUniqueIdToDuplicate { get; set; }

プロパティ値

型: System.Guid
String を返します。

関連項目

参照先

CalendarDataSet.CalendarsRow クラス

CalendarDataSet.CalendarsRow メンバー

WebSvcCalendar 名前空間