SPSecurityEventProperties.ObjectType property
Gets the type of the object that this event applies to.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ObjectType As SPObjectType
Get
'Usage
Dim instance As SPSecurityEventProperties
Dim value As SPObjectType
value = instance.ObjectType
public SPObjectType ObjectType { get; }
Property value
Type: Microsoft.SharePoint.SPObjectType
The type of the object.
See also
Reference
SPSecurityEventProperties class