NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CompilerError.FileName

Gets or sets the filename of the source that caused the error.

[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);

Property Value

The filename of the source that caused the error.

See Also

CompilerError Class | CompilerError Members | System.CodeDOM.Compiler Namespace