LEADTOOLS WCF (Leadtools.Services.DataContracts assembly)
LEAD Technologies, Inc

FileName Property






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;}
'Declaration
 
<DataMemberAttribute(Name="FileName", IsRequired=True)>
Public Property FileName As String
'Usage
 
Dim instance As FileBinaryData
Dim value As String
 
instance.FileName = value
 
value = instance.FileName
[DataMemberAttribute(Name="FileName", IsRequired=true)]
public string FileName {get; set;}
DataMemberAttribute(Name="FileName", IsRequired=)
 get_FileName();
set_FileName(value);
[DataMemberAttribute(Name="FileName", IsRequired=true)]
public:
property String^ FileName {
   String^ get();
   void set (    String^ value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FileBinaryData Class
FileBinaryData Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features