ValidationErrorInfo.FileName 属性

定义

获取或设置生成错误的文件的字母数字型名称。

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

属性值

生成该错误的文件的名称。

适用于