SPProduct.ServersMissingThis property
A list of servers missing this product or null if the product is installed on all servers.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ServersMissingThis As List(Of SPServerProductInfo)
Get
'Usage
Dim instance As SPProduct
Dim value As List(Of SPServerProductInfo)
value = instance.ServersMissingThis
public List<SPServerProductInfo> ServersMissingThis { get; }
Property value
Type: System.Collections.Generic.List<SPServerProductInfo>
A List<T> of [Microsoft.SharePoint.Administration.SPServerProductInfo] objects.