IVSSCheckoutModifiable.NewLocalSpec Property 

Sets a fully qualified path of a folder to which the file is checked out.

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

Syntax

'Declaration
WriteOnly Property NewLocalSpec As String
'Usage
Dim instance As IVSSCheckoutModifiable
Dim value As String

instance.NewLocalSpec = value
string NewLocalSpec { set; }
property String^ NewLocalSpec {
    void set ([InAttribute] String^ A_1);
}
/** @property */
void set_NewLocalSpec (/** @attribute InAttribute() */ String A_1)
function set NewLocalSpec (A_1 : String)

Property Value

A string representing a fully qualified path of a folder to which the file is checked out.

Remarks

[IDL]

HRESULT NewLocalSpec([in] BSTR Local);

See Also

Reference

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