ServiceObjectSchema 类

定义

表示所有项、文件夹和会话架构的基类。

public ref class ServiceObjectSchema abstract : System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::PropertyDefinition ^>
public abstract class ServiceObjectSchema : System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.PropertyDefinition>
Public MustInherit Class ServiceObjectSchema
Implements IEnumerable(Of PropertyDefinition)
继承
ServiceObjectSchema
派生
实现

字段

ExtendedProperties

定义 ExtendedProperties 属性。

方法

GetEnumerator()

为架构的属性提供枚举器。

显式接口实现

IEnumerable.GetEnumerator()

获取循环访问架构中的属性的枚举器。 方法IEnumerable.GetEnumerator()适用于面向 Exchange Server 2013 和从 Exchange Online 开始的 Exchange 版本的客户端。

适用于