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