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