SPRemoteItemEventProperties.BeforeUrl property
Namespace: Microsoft.SharePoint.Client.EventReceivers
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property BeforeUrl As String
Get
Set
'Usage
Dim instance As SPRemoteItemEventProperties
Dim value As String
value = instance.BeforeUrl
instance.BeforeUrl = value
[DataMemberAttribute]
public string BeforeUrl { get; set; }
Property value
Type: System.String
See also
Reference
SPRemoteItemEventProperties class