HostSettings.UseNoPersistHandle Propriedade
Definição
Obtém ou define um valor que indica se um identificador não persistente deve ou não ser usado.Gets or sets a value that indicates whether to use non-persistent handle.
public:
property bool UseNoPersistHandle { bool get(); void set(bool value); };
public bool UseNoPersistHandle { get; set; }
member this.UseNoPersistHandle : bool with get, set
Public Property UseNoPersistHandle As Boolean
Valor da propriedade
truese um identificador não persistente for usado; caso contrário, false .true if non-persistent handle is used; otherwise, false.