WorkflowViewElement.IsReadOnly Propriedade
Definição
Obtém ou define um valor que indica se o elemento de exibição do fluxo de trabalho é somente leitura.Gets or sets a value that indicates whether the workflow view element is read only.
protected:
property bool IsReadOnly { bool get(); };
protected bool IsReadOnly { get; }
member this.IsReadOnly : bool
Protected ReadOnly Property IsReadOnly As Boolean
Valor da propriedade
true Se o elemento for somente leitura; caso contrário, false .true if the element is read only; otherwise, false.