SPRemoteAppEventProperties.HostWebFullUrl - Propriété
Obtient ou définit l'URL complète du site web hôte.
Espace de noms : Microsoft.SharePoint.Client.EventReceivers
Assembly : Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property HostWebFullUrl As Uri
Get
Set
'Utilisation
Dim instance As SPRemoteAppEventProperties
Dim value As Uri
value = instance.HostWebFullUrl
instance.HostWebFullUrl = value
[DataMemberAttribute]
public Uri HostWebFullUrl { get; set; }
Valeur de propriété
Type : System.Uri
L'URL complète du site web hôte.
Voir aussi
Référence
SPRemoteAppEventProperties classe