EdmSchemaError.Line 属性

定义

获取发生错误的行号。Gets the line number where the error occurred.

public:
 property int Line { int get(); };
public int Line { get; }
member this.Line : int
Public ReadOnly Property Line As Integer

属性值

Int32

发生错误的行号。The line number where the error occurred.

适用于