IVSSCheckoutModifiable.NewVersionNumber Property 

Sets a version number of the checked out file.

Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)

Syntax

'Declaration
WriteOnly Property NewVersionNumber As Integer
'Usage
Dim instance As IVSSCheckoutModifiable
Dim value As Integer

instance.NewVersionNumber = value
int NewVersionNumber { set; }
property int NewVersionNumber {
    void set ([InAttribute] int A_1);
}
/** @property */
void set_NewVersionNumber (/** @attribute InAttribute() */ int A_1)
function set NewVersionNumber (A_1 : int)

Property Value

A version number of the checked out file.

Remarks

[IDL]

HRESULT NewVersionNumber([in] long Version);

See Also

Reference

IVSSCheckoutModifiable Interface
IVSSCheckoutModifiable Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace
IVSSCheckout.VersionNumber Property
VersionNumber