IVSSCheckoutModifiable.Machine Property
Gets a string containing 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
ReadOnly Property Machine As String
'Usage
Dim instance As IVSSCheckoutModifiable
Dim value As String
value = instance.Machine
string Machine { get; }
property String^ Machine {
String^ get ();
}
/** @property */
String get_Machine ()
function get Machine () : String
Property Value
A string containing the machine name from which the file checkout occurred.
Remarks
[IDL]
HRESULT Machine ([out,retval]BSTR *pMachine);
See Also
Reference
IVSSCheckoutModifiable Interface
IVSSCheckoutModifiable Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace
IVSSCheckout.Machine Property