Share via


CSharpProjectProperties6.FileName Property

Namespace:  VSLangProj110
Assembly:  VSLangProj110 (in VSLangProj110.dll)

Syntax

'Declaration
Property FileName As String
string FileName { get; set; }
property String^ FileName {
    String^ get ();
    void set (String^ value);
}
abstract FileName : string with get, set
function get FileName () : String 
function set FileName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CSharpProjectProperties6 Interface

VSLangProj110 Namespace