ProjectFile Property

Gets or sets {insert text here}.

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

Syntax

'Declaration
Public Property ProjectFile As String
    Get
    Private Set
'Usage
Dim instance As CompilerBuildEvent
Dim value As String

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

Property Value

Type: System..::..String

See Also

Reference

CompilerBuildEvent Class

Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace