DocumentSharingLocationCollection.Entries Propiedad

Definición

Obtiene la colección de ubicaciones de uso compartido de documentos. El Entries (propiedad) es aplicable para los clientes que estén destinados a Exchange Online y versiones de Exchange a partir de Exchange Server 2013.

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)

Valor de propiedad

List<DocumentSharingLocation>

Una colección de direcciones URL de uso compartido de documentos.

Se aplica a