Share via


ScriptPath Property

Gets or sets {insert text here}.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.DataToolsOperations
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Property ScriptPath As String
    Get
    Protected Set
'Usage
Dim instance As LinkActions
Dim value As String

value = instance.ScriptPath

instance.ScriptPath = value
public string ScriptPath { get; protected set; }
public:
property String^ ScriptPath {
    String^ get ();
    protected: void set (String^ value);
}
member ScriptPath : string with get, set
function get ScriptPath () : String
protected function set ScriptPath (value : String)

Property Value

Type: System..::..String

See Also

Reference

LinkActions Class

Microsoft.VisualStudio.Data.Tools.Package.DataToolsOperations Namespace