SPServerProductInfo.Products-Eigenschaft
Zuordnen von Produktname zu Product Informationen-Objekt zurück.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Products As List(Of String)
Get
'Usage
Dim instance As SPServerProductInfo
Dim value As List(Of String)
value = instance.Products
public List<string> Products { get; }
Eigenschaftswert
Typ: System.Collections.Generic.List<String>
Ein List<T> -Objekt.