Proprietà ActivityDescription.ShouldCache

 

Ottiene o imposta un valore che indica se i metadati devono essere memorizzati nella cache per l'uso in subroutine.

Spazio dei nomi:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Sintassi

[DataMemberAttribute(EmitDefaultValue = false)]
public bool ShouldCache {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property bool ShouldCache {
    [CompilerGeneratedAttribute]
    bool get();
    [CompilerGeneratedAttribute]
    void set(bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ShouldCache : bool with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property ShouldCache As Boolean

Valore proprietà

Type: System.Boolean

true se i metadati devono essere memorizzati nella cache. In caso contrario, false.

Vedere anche

Classe ActivityDescription
Spazio dei nomi Microsoft.Workflow.Client

Torna all'inizio