ConversationId - преобразование (String to ConversationId) |
Defines an implicit conversion between string and ConversationId.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public static implicit operator ConversationId (
string uniqueId
)
Public Shared Widening Operator CType (
uniqueId As String
) As ConversationId
static implicit operator ConversationId^ (
String^ uniqueId
)
F# не поддерживает объявление новых операторов приведения.
Параметры
- uniqueId
- Тип: SystemString
The unique Id to convert to ConversationId.
Возвращаемое значение
Тип:
ConversationIdA ConversationId initialized with the specified unique Id.
См. также