SamlEvidence.MakeReadOnly Método

Definição

Faz com que essa instância seja somente leitura.Causes this instance to be read-only.

public:
 void MakeReadOnly();
public void MakeReadOnly ();
member this.MakeReadOnly : unit -> unit
Public Sub MakeReadOnly ()

Comentários

Quando o MakeReadOnly método é chamado, a IsReadOnly propriedade é definida como true e as propriedades desta instância não podem mais ser definidas.When the MakeReadOnly method is called, the IsReadOnly property is set to true and properties of this instance can no longer be set.

Aplica-se a