UserId - преобразование (StandardUser to UserId)
Implements an implicit conversion between StandardUser and UserId.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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 StandardUser
- The standard user used to initialize the user Id.
UserIdA UserId initialized with the specified standard user value.