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