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