Freigeben über


SPRemoteAppEventProperties.AppWebFullUrl-Eigenschaft

Ruft oder legt die vollständige URL des Web app.

Namespace:  Microsoft.SharePoint.Client.EventReceivers
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property AppWebFullUrl As Uri
    Get
    Set
'Usage
Dim instance As SPRemoteAppEventProperties
Dim value As Uri

value = instance.AppWebFullUrl

instance.AppWebFullUrl = value
[DataMemberAttribute]
public Uri AppWebFullUrl { get; set; }

Eigenschaftswert

Typ: System.Uri
Die vollständige URL des Web app.

Siehe auch

Referenz

SPRemoteAppEventProperties Klasse

SPRemoteAppEventProperties-Member

Microsoft.SharePoint.Client.EventReceivers-Namespace