DocumentSharingLocationCollection.Entries 属性

定义

获取文档共享位置的集合。 属性Entries适用于面向 Exchange Online 和从 2013 Exchange Server 开始的 Exchange 版本的客户端。

public:
 property System::Collections::Generic::List<Microsoft::Exchange::WebServices::Autodiscover::DocumentSharingLocation ^> ^ Entries { System::Collections::Generic::List<Microsoft::Exchange::WebServices::Autodiscover::DocumentSharingLocation ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.Exchange.WebServices.Autodiscover.DocumentSharingLocation> Entries { get; }
Public ReadOnly Property Entries As List(Of DocumentSharingLocation)

属性值

文档共享 URL 的集合。

适用于