SPRemoteAppEventProperties.AppWebFullUrl property
Gets or sets the full URL of the app web.
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; }
Property value
Type: System.Uri
The full URL of the app web.
See also
Reference
SPRemoteAppEventProperties class