SPRemoteAppEventProperties.HostWebFullUrl property
Gets or sets the full URL of the host web.
Namespace: Microsoft.SharePoint.Client.EventReceivers
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property HostWebFullUrl As Uri
Get
Set
'Usage
Dim instance As SPRemoteAppEventProperties
Dim value As Uri
value = instance.HostWebFullUrl
instance.HostWebFullUrl = value
[DataMemberAttribute]
public Uri HostWebFullUrl { get; set; }
Property value
Type: System.Uri
The full URL of the host web.
See also
Reference
SPRemoteAppEventProperties class