PropertySet - преобразование (BasePropertySet to PropertySet)
Implements an implicit conversion between PropertySet and BasePropertySet.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public static implicit operator PropertySet (
BasePropertySet basePropertySet
)
Public Shared Widening Operator CType (
basePropertySet As BasePropertySet
) As PropertySet
static implicit operator PropertySet^ (
BasePropertySet basePropertySet
)
F# не поддерживает объявление новых операторов приведения.
- basePropertySet BasePropertySet
- The BasePropertySet value to convert from.
PropertySetA PropertySet instance based on the specified base property set.