ScopedMessagePartSpecification.IsReadOnly Propriedade

Definição

Indica se a especificação é somente leitura.Indicates whether the specification is read-only.

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

Valor da propriedade

Boolean

true se a especificação for somente leitura; caso contrário, false .true if the specification is read-only; otherwise, false.

Comentários

Você pode usar MakeReadOnly para definir essa propriedade como true .You can use MakeReadOnly to set this property to true.

Aplica-se a