获取或设置运行的沙盒解决方案请求的进程标识符 (ID)。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property UsagePid As Integer
Get
Set
用法
Dim instance As SPUsageUserCodeRequestsMonitoredDataEntry
Dim value As Integer
value = instance.UsagePid
instance.UsagePid = value
public int UsagePid { get; set; }
属性值
类型:System.Int32
运行沙盒解决方案请求的进程 ID。
另请参阅
引用
SPUsageUserCodeRequestsMonitoredDataEntry 类