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.
Sets the machine name from which the file checkout occurred.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
WriteOnly Property NewMachine As String
'Usage
Dim instance As IVSSCheckoutModifiable
Dim value As String
instance.NewMachine = value
string NewMachine { set; }
property String^ NewMachine {
void set ([InAttribute] String^ A_1);
}
/** @property */
void set_NewMachine (/** @attribute InAttribute() */ String A_1)
function set NewMachine (A_1 : String)
Property Value
A string containing the machine name from which the file checkout occurred.
Remarks
[IDL]
HRESULT NewMachine([in] BSTR Machine);
See Also
Reference
IVSSCheckoutModifiable Interface
IVSSCheckoutModifiable Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace
IVSSCheckout.Machine Property
IVSSCheckoutModifiable.Machine Property