IVSSCheckoutModifiable.NewLastMerge Property
Sets the last version number merged on the client.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
WriteOnly Property NewLastMerge As Integer
'Usage
Dim instance As IVSSCheckoutModifiable
Dim value As Integer
instance.NewLastMerge = value
int NewLastMerge { set; }
property int NewLastMerge {
void set ([InAttribute] int A_1);
}
/** @property */
void set_NewLastMerge (/** @attribute InAttribute() */ int A_1)
function set NewLastMerge (A_1 : int)
Property Value
The last version number merged on the client.
Remarks
[IDL]
HRESULT NewLastMerge([in] long LastMerge);
See Also
Reference
IVSSCheckoutModifiable Interface
IVSSCheckoutModifiable Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace
IVSSCheckout.VersionNumber Property