Appointment Constructor(Guid)
Initializes a new instance of the
Appointment class with the specified key.
public Appointment(
System.Guid
)
'Declaration
Public Function New( _
ByVal As System.Guid _
)
Parameters
- key
- The System.Guid value which should be used as appointment key.