←Select platform

FileName Property

Summary

Gets or sets the file name used to load a file from or save a file to disk.

Syntax

C#
VB
C++
[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.

Example

For an example, refer to FileBinaryData.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.DataContracts Assembly