ServiceObjectSchema.GetEnumerator - метод

Obtains an enumerator for the properties of the schema.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.24
C#
public IEnumerator<PropertyDefinition> GetEnumerator()

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

IEnumerator<PropertyDefinition>
An IEnumerator instance.

Реализации

IEnumerable<T>.GetEnumerator()

См. также