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.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the minor version number.
Namespace: Microsoft.CommerceServer
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
Public Property MinorVersion As Integer
'Usage
Dim instance As WebServiceVersion
Dim value As Integer
value = instance.MinorVersion
instance.MinorVersion = value
public int MinorVersion { get; set; }
public:
property int MinorVersion {
int get ();
void set (int value);
}
public function get MinorVersion () : int
public function set MinorVersion (value : int)
Property Value
Type: System..::.Int32
A number indicating the minor version number of the service.
Remarks
Stores the minor version number. Changes to the minor version number indicate a compatible change.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.