FileName Property
Summary
Gets or sets the file name used to load a file from or save a file to disk.
Syntax
[DataMemberAttribute(Name="FileName", IsRequired=true)]
public string FileName { get; set; }
<DataMemberAttribute(Name="FileName", IsRequired=True)>
Public Property FileName As String
[DataMemberAttribute(Name="FileName", IsRequired=true)]
public:
property String^ FileName {
String^ get();
void set ( String^ );
}
Property Value
A System.String that specifies the file name used in loading and saving.