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!

CodeLinePragma.FileName

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

Property Value

The filename of the associated file.

See Also

CodeLinePragma Class | CodeLinePragma Members | System.CodeDOM Namespace