SPProduct.ProductName Property
The name of the product.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property ProductName As String
Get
'Usage
Dim instance As SPProduct
Dim value As String
value = instance.ProductName
public string ProductName { get; }
Property Value
Type: System.String
A String representation of the product name.