SPConfigurationChangeEventArgs.ObjectId Property
Gets the GUID identifying the object that changed.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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