LEADTOOLS WCF (Leadtools.Services.DataContracts assembly)

FileName Property

Show in webframe





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:
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

See Also

Reference

FileBinaryData Class
FileBinaryData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 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