Share via


SPProduct.ProductName property

The name of the product.

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

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.

See also

Reference

SPProduct class

SPProduct members

Microsoft.SharePoint.Administration namespace