SPProductVersions members
Manages product version data among site servers.
The SPProductVersions type exposes the following members.
Properties
Name | Description | |
---|---|---|
OptionalProducts | Returns a list of optional products installed on each server. | |
RequiredProducts | List of products required on all site servers. | |
ServerInformation | Retrieves product information on all site servers. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetProduct | Information for a given product. | |
GetProductVersions() | Creates a new instance of this object. Then queries the database and populates the new instance with data from the query and returns the object instance. | |
GetProductVersions(SPFarm) | Creates a new instance of this object. Then queries the database and populates the new instance with data from the query and returns the object instance. | |
GetServerProductInfo | Retrieves product info for a given server. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top