SPSolutionResourceUsageRecord.SolutionId property
取得或設定之解決方案的SPSolutionResourceUsageRecord的 GUID。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property SolutionId As Guid
Get
Set
'用途
Dim instance As SPSolutionResourceUsageRecord
Dim value As Guid
value = instance.SolutionId
instance.SolutionId = value
public Guid SolutionId { get; set; }
Property value
Type: System.Guid
SPSolutionResourceUsageRecord的解決方案的 GUID。
請參閱
參照
SPSolutionResourceUsageRecord class