SPConfigurationChangeEventArgs.ObjectId property
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