FileName Property
Summary
Gets the file name to be used when saving FileData to the local drive.
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 object that represents a string that need to be concatenated to the end of each file name.