PersonaId   - преобразование (String to PersonaId)

Defines an implicit conversion from Id string to PersonaId.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public static implicit operator PersonaId (
	string uniqueId
)

Параметры

uniqueId  String
The unique Id to convert to PersonaId.

Возвращаемое значение

PersonaId
A PersonaId initialized with the specified unique Id.

См. также