UserId - преобразование (StandardUser to UserId) |
Implements an implicit conversion between StandardUser and UserId.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public static implicit operator UserId (
StandardUser standardUser
)
Public Shared Widening Operator CType (
standardUser As StandardUser
) As UserId
static implicit operator UserId^ (
StandardUser standardUser
)
F# не поддерживает объявление новых операторов приведения.
Параметры
- standardUser
- Тип: Tessa.Exchange.WebServices.DataStandardUser
The standard user used to initialize the user Id.
Возвращаемое значение
Тип:
UserIdA UserId initialized with the specified standard user value.
См. также