Proprietà RetrieveAbsoluteAndSiteCollectionUrlResponse.SiteCollectionUrl

Si applica a: CRM 2015 on-prem, CRM Online

Gets the SharePoint site collection URL of the object that is specified in the request.

Spazio dei nomi: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property SiteCollectionUrl As String
public string SiteCollectionUrl { get; }

Valore proprietà

Type: Stringa
The SharePoint site collection URL of the object that is specified in the request.

Note

For SharePoint Server 2010 or SharePoint Server 2010 Online: This property has a value only if:

  • The List Component is installed on the SharePoint site collection on the target SharePoint Server.

  • The location record for the parent SharePoint site collection exists in Microsoft Dynamics CRM. In addition, the SharePointSite. IsGridPresent attribute must be set to true you create the parent location record.

Otherwise, a blank value is returned.

For SharePoint Server 2007: A blank value is returned.

Thread Safety

Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non è garantito che i membri di istanza siano thread-safe.

Piattaforme

Piattaforme di sviluppo

Windows Vista, Windows Server 2003 e

Piattaforme di destinazione

Windows Vista,Windows XP

Vedere anche

Riferimento

Classe RetrieveAbsoluteAndSiteCollectionUrlResponse
Membri RetrieveAbsoluteAndSiteCollectionUrlResponse
Spazio dei nomi Microsoft.Crm.Sdk.Messages

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.