Gets or sets the filename of the associated file.
[Visual Basic] Public Property FileName As String [C#] public string FileName {get; set;} [C++] public: __property String* get_FileName(); public: __property void set_FileName(String*); [JScript] public function get FileName() : String; public function set FileName(String);
The filename of the associated file.
CodeLinePragma Class | CodeLinePragma Members | System.CodeDOM Namespace