SPFarm.Products property
取得或設定此伺服器陣列中已安裝的產品識別碼的集合。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property Products As IEnumerable(Of Guid)
Get
Set
'用途
Dim instance As SPFarm
Dim value As IEnumerable(Of Guid)
value = instance.Products
instance.Products = value
public IEnumerable<Guid> Products { get; set; }
Property value
Type: System.Collections.Generic.IEnumerable<Guid>
IEnumerable<T> 是一組代表此伺服器陣列中已安裝的產品識別碼。