SamlStatement.MakeReadOnly Method

Definition

Causes this instance to be read-only.

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

Remarks

When the MakeReadOnly method is called, the IsReadOnly property is set to true and properties of this instance can no longer be set.

Applies to