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()
Public Function GetEnumerator As IEnumerator(Of PropertyDefinition)
public:
virtual IEnumerator<PropertyDefinition^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<PropertyDefinition>
override GetEnumerator : unit -> IEnumerator<PropertyDefinition>
Возвращаемое значение
Тип:
IEnumerator<PropertyDefinition>An IEnumerator instance.
Реализации
IEnumerable<T>.GetEnumerator()
См. также