Compartilhar via


SetCachedValue<T>.Persisted Propriedade

 

Obtém ou define se o valor armazenado em cache será mantido.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (em Microsoft.Activities.dll)

Sintaxe

[DefaultValueAttribute(null)]
public InArgument<bool> Persisted {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DefaultValueAttribute(null)]
property InArgument<bool>^ Persisted {
    [CompilerGeneratedAttribute]
    InArgument<bool>^ get();
    [CompilerGeneratedAttribute]
    void set(InArgument<bool>^ value);
}
[<DefaultValueAttribute(null)>]
member Persisted : InArgument<bool> with get, set
<DefaultValueAttribute(Nothing)>
Public Property Persisted As InArgument(Of Boolean)

Valor de propriedade

Type: System.Activities.InArgument<Boolean>

true se o valor armazenado em cache for mantido; caso contrário, false.

Consulte também

Classe SetCachedValue<T>
Namespace Microsoft.Activities

Retornar ao topo