Appointment.ChangeNumber 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 the current change number of the local version of the Appointment.
public:
property unsigned long long ChangeNumber { unsigned long long get(); };
uint64_t ChangeNumber();
public ulong ChangeNumber { get; }
var uInt64 = appointment.changeNumber;
Public ReadOnly Property ChangeNumber As ULong
Property Value
The current change number of the local version of the Appointment.
Windows requirements
App capabilities |
appointmentsSystem
|