SPProduct.Servers-Eigenschaft
Informationen zu allen Servern, auf denen das Produkt installiert ist.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Servers As List(Of SPServerProductInfo)
Get
'Usage
Dim instance As SPProduct
Dim value As List(Of SPServerProductInfo)
value = instance.Servers
public List<SPServerProductInfo> Servers { get; }
Eigenschaftswert
Typ: System.Collections.Generic.List<SPServerProductInfo>
List<T> von [Microsoft.SharePoint.Administration.SPServerProductInfo] -Objekten.