Error processing SSI file
LEADTOOLS WCF (Leadtools.Services.DataContracts assembly)

Show in webframe

DataFieldName Property






Gets or sets a value that specifies the file name.
Syntax
[DataMemberAttribute(Name="DataFieldName", IsRequired=true)]
public string DataFieldName {get; set;}
'Declaration
 
<DataMemberAttribute(Name="DataFieldName", IsRequired=True)>
Public Property DataFieldName As String
'Usage
 
Dim instance As DbBinaryData
Dim value As String
 
instance.DataFieldName = value
 
value = instance.DataFieldName

            

            
[DataMemberAttribute(Name="DataFieldName", IsRequired=true)]
public:
property String^ DataFieldName {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String that specifies the file name.
Remarks
This property is used only when the DataFieldType is set to DbBinaryDataFieldType.File.
Requirements

Target Platforms

See Also

Reference

DbBinaryData Class
DbBinaryData Members

Error processing SSI file
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