Appointment.RemoteChangeNumber プロパティ

定義

Appointment のサーバー バージョンの現在の変更番号を取得または設定します。

public:
 property unsigned long long RemoteChangeNumber { unsigned long long get(); void set(unsigned long long value); };
uint64_t RemoteChangeNumber();

void RemoteChangeNumber(uint64_t value);
public ulong RemoteChangeNumber { get; set; }
var uInt64 = appointment.remoteChangeNumber;
appointment.remoteChangeNumber = uInt64;
Public Property RemoteChangeNumber As ULong

プロパティ値

UInt64

unsigned long long

uint64_t

サーバー バージョンの Appointment の現在の変更番号。

Windows の要件

アプリの機能
appointmentsSystem

適用対象