Appointment.RemoteChangeNumber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the current change number of the server version of the 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
Property Value
The current change number of the server version of the Appointment.
Windows requirements
App capabilities |
appointmentsSystem
|