[This is preliminary documentation and is subject to change.]
Represents name of the script.
| C# | Visual Basic | Visual C++ |
public string FileName { get; set; }
Public Property FileName As String
public: property String^ FileName { String^ get (); void set (String^ value); }