SPBandwidthUsageEntry.ProductId property
取得或設定使用的頻寬的產品或應用程式識別碼。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ProductId As Guid
Get
Set
'用途
Dim instance As SPBandwidthUsageEntry
Dim value As Guid
value = instance.ProductId
instance.ProductId = value
public Guid ProductId { get; set; }
Property value
Type: System.Guid