DataGeneratorTask.SourceFile Property

Supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.VisualStudio.TeamSystem.Data.Tasks
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Tasks (in microsoft.visualstudio.teamsystem.data.tasks.dll)

Syntax

'Declaration
Public Property SourceFile As String
'Usage
Dim instance As DataGeneratorTask
Dim value As String

value = instance.SourceFile

instance.SourceFile = value
public string SourceFile { get; set; }
public:
property String^ SourceFile {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_SourceFile ()

/** @property */
public void set_SourceFile (String value)
public function get SourceFile () : String

public function set SourceFile (value : String)

See Also

Reference

DataGeneratorTask Class
DataGeneratorTask Members
Microsoft.VisualStudio.TeamSystem.Data.Tasks Namespace