SPServerProductInfo members
Product version information for one server.
The SPServerProductInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
InstallStatus | Install status indicates actions required for this server. | |
OptionalMissingProducts | Optional products not installed on this server. | |
Products | Returns mapping from product name to product information object. | |
RequiredButMissingPatchableUnits | List containing all the required but missing patchable units | |
RequiredButMissingPatches | List containing all the required but missing patches. | |
RequiredButMissingProducts | Required products missing from this server. | |
ServerId | Unique identifier for this server. | |
ServerName | Name of this server. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetSingleProductInfo | Returns information about a given product installed on this server. | |
GetType | (Inherited from Object.) | |
GetUpgradeStatus | Retrieves the upgrade status on the specified SharePoint server. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top