RazorError.Length 属性

定义

获取或设置错误文本的长度。

public:
 property int Length { int get(); void set(int value); };
public int Length { get; set; }
member this.Length : int with get, set
Public Property Length As Integer

属性值

注解

Set 属性只能用于反序列化目的。

适用于