Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the GUID identifying the object that changed.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ObjectId As Guid
Get
'Usage
Dim instance As SPConfigurationChangeEventArgs
Dim value As Guid
value = instance.ObjectId
public Guid ObjectId { get; }
Property value
Type: System.Guid
A System.Guid identifying the object that changed.
See also
Reference
SPConfigurationChangeEventArgs class