SPProduct class

This class has version, upgrade, and patch information for one product installation.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPProduct

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

Syntax

'Declaration
<GuidAttribute("D9CD6C55-D937-4103-9E2F-0A5A794FD356")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPProduct
'Usage
Dim instance As SPProduct
[GuidAttribute("D9CD6C55-D937-4103-9E2F-0A5A794FD356")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPProduct

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPProduct members

Microsoft.SharePoint.Administration namespace