DAVAdapter.FileName property

Gets or sets the file name that the current Microsoft Office InfoPath form will be given when the form is submitted by the DAVAdapterObject.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
Property FileName As String
    Get
    Set
'Usage
Dim instance As DAVAdapter
Dim value As String

value = instance.FileName

instance.FileName = value
string FileName { get; set; }

Property value

Type: System.String

Remarks

The ".xml" file name extension will be appended to the string if it is not already included. If the FileName property is set to null, the form is given the name "Form.xml" when it is submitted.

See also

Reference

DAVAdapter interface

DAVAdapter members

Microsoft.Office.Interop.InfoPath namespace