ServerProperty.IsReadOnly 属性

定义

获取或设置指示,指示 ServerProperty 对象表示的属性是否为只读。

public bool IsReadOnly { get; set; }
member this.IsReadOnly : bool with get, set
Public Property IsReadOnly As Boolean

属性值

如果只读,则为 true;否则为 false。

适用于