SamlCondition.MakeReadOnly 方法

定义

在派生类中重写时,使此实例为只读。When overridden in a derived class, causes this instance to be read-only.

public:
 abstract void MakeReadOnly();
public abstract void MakeReadOnly ();
abstract member MakeReadOnly : unit -> unit
Public MustOverride Sub MakeReadOnly ()

注解

调用 MakeReadOnly 方法时,IsReadOnly 属性被设置为 true,并且不能再设置此实例的属性。When the MakeReadOnly method is called, the IsReadOnly property is set to true and properties of this instance can no longer be set.

适用于