SPConfigurationChangeEventArgs.ObjectId 属性
获取用于标识更改的对象的 GUID。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property ObjectId As Guid
Get
用法
Dim instance As SPConfigurationChangeEventArgs
Dim value As Guid
value = instance.ObjectId
public Guid ObjectId { get; }
属性值
类型:System.Guid
用于标识更改的对象System.Guid 。
另请参阅
引用
SPConfigurationChangeEventArgs 类