SPProduct members
This class has version, upgrade, and patch information for one product installation.
The SPProduct type exposes the following members.
Properties
Name | Description | |
---|---|---|
PatchableUnitDisplayNames | Display names of patchable units of this product | |
ProductName | The name of the product. | |
RequiredOnAllServers | Indicates whether every server must have this product or not. | |
Servers | Information about all servers on which this product is installed. | |
ServersMissingThis | A list of servers missing this product or null if the product is installed on all servers. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetOptionalMissingPatchableUnits | List containing all the optional missing patchable units on the specified server. | |
GetPatchableUnitInfo | Retrieves information about the specified patchable unit installed on this server. | |
GetPatchableUnitInfoByDisplayName | Retrieves information about the specified patchable unit installed on this server. | |
GetRequiredButMissingPatchableUnits | Retrieves a list containing all the required but missing patchable units on a server. | |
GetRequiredButMissingPatches | Retrieves a list containing all the required but missing patchable units on a server. | |
GetStatus | Retrieve required actions for this product. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top