AppointmentOccurrenceId - конструктор |
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: SystemString
The Id of the recurring master the Id represents an occurrence of. - occurrenceIndex
- Тип: SystemInt32
The index of the occurrence.
См. также