共用方式為


SPServerProductInfo.OptionalMissingProducts property

此伺服器上未安裝選用的產品。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property OptionalMissingProducts As List(Of String)
    Get
'用途
Dim instance As SPServerProductInfo
Dim value As List(Of String)

value = instance.OptionalMissingProducts
public List<string> OptionalMissingProducts { get; }

Property value

Type: System.Collections.Generic.List<String>
產品List<T>

請參閱

參照

SPServerProductInfo class

SPServerProductInfo members

Microsoft.SharePoint.Administration namespace