Dijeli putem


MinorVersion Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets a value representing the minor version number of the resource.

Namespace:  Microsoft.CommerceServer.Runtime.Configuration
Assembly:  Microsoft.CommerceServer.Shared (in Microsoft.CommerceServer.Shared.dll)

Syntax

'Declaration
Public ReadOnly Property MinorVersion As Integer
'Usage
Dim instance As CommerceResource
Dim value As Integer

value = instance.MinorVersion
public int MinorVersion { get; }
public:
property int MinorVersion {
    int get ();
}
public function get MinorVersion () : int

Property Value

Type: System..::.Int32
A value that represents the minor version number of the resource.

Remarks

Gets the value of the minor component of the version number. If the version of the resource is 1.2.3, the MinorVersion is 2. The value is returned from a helper function that parses the version string.

Permissions

See Also

Reference

CommerceResource Class

CommerceResource Members

Microsoft.CommerceServer.Runtime.Configuration Namespace

MajorVersion

Revision