BaseChannelObjectWithProperties.IsReadOnly 属性

定义

获取一个值,该值指示信道对象中的属性集合是否是只读的。

public:
 virtual property bool IsReadOnly { bool get(); };
public virtual bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public Overridable ReadOnly Property IsReadOnly As Boolean

属性值

如果信道对象中的属性集合是只读的,则为 true;否则为 false

实现

注解

IsReadOnly 当前实现始终返回 false

适用于