Share via


ClientVersionBase.MinorVersion Property

 

Gets or sets the minor version for the client. For example, 3 is service pack 3.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public int MinorVersion { get; protected set; }
public:
property int MinorVersion {
    int get();
    protected: void set(int value);
}
Public Property MinorVersion As Integer
    Get
    Protected Set
End Property

Property Value

Type: System.Int32

The minor version number. For example, 3 is service pack 3.

See Also

ClientVersionBase Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top