Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the version of the add-in package that is currently installed on the server.
Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute]
public Version VersionOnServer { get; set; }
public:
[DataMemberAttribute]
property Version^ VersionOnServer {
    Version^ get();
    void set(Version^ value);
}
<DataMemberAttribute>
Public Property VersionOnServer As Version
Property Value
Type: System.Version
An instance of Version.
See Also
PackageInfo Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top