DAVAdapter.FileName 属性

定义

获取或设置当表单由 提交时,当前 Microsoft Office InfoPath 表单将给定的 DAVAdapterObject文件名。

public:
 property System::String ^ FileName { System::String ^ get(); void set(System::String ^ value); };
public string FileName { get; set; }
member this.FileName : string with get, set
Public Property FileName As String

属性值

注解

如果字符串尚未包含“.xml”文件扩展名,则会向字符串追加此文件扩展名。 如果 FileName 属性设置为 null,就会在提交该表单时向其提供“Form.xml”名称。

适用于