UserId - преобразование (StandardUser to UserId)
Implements an implicit conversion between StandardUser and UserId.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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.