AppointmentOccurrenceId - конструктор
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public AppointmentOccurrenceId(
string recurringMasterUniqueId,
int occurrenceIndex
)
Public Sub New (
recurringMasterUniqueId As String,
occurrenceIndex As Integer
)
public:
AppointmentOccurrenceId(
String^ recurringMasterUniqueId,
int occurrenceIndex
)
new :
recurringMasterUniqueId : string *
occurrenceIndex : int -> AppointmentOccurrenceId
Параметры
- recurringMasterUniqueId String
- The Id of the recurring master the Id represents an occurrence of.
- occurrenceIndex Int32
- The index of the occurrence.