Для изменения размера нажмите или перетащите

ServiceObjectSchema.GetEnumerator - метод

Obtains an enumerator for the properties of the schema.

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

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

Тип: IEnumerator<PropertyDefinition>
An IEnumerator instance.

Реализации

IEnumerable<T>.GetEnumerator()
См. также