Share via


ClientVersionBase.MiscVersion Property

 

Gets or sets a miscellaneous version number for the client. For example, 0001 is a hoxfix release of the build version.

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

Syntax

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

Property Value

Type: System.Int32

A miscellaneous version number. For example, 0001 is a hoxfix release of the build version.

See Also

ClientVersionBase Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top