DAVAdapter.FileName 属性

定义

获取或设置当表单由 提交时,当前 Microsoft 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”名称。

重要提示:此成员只能由与当前打开的窗体在同一域中运行的表单访问,或者由已授予跨域权限的表单访问。

适用于