ActivityDescription.ShouldCache 屬性

 

取得或設定值,該值表示是否應在副程式中為我們快取中繼資料。

命名空間:   Microsoft.Workflow.Client
組件:  Microsoft.Workflow.Client (在 Microsoft.Workflow.Client.dll 中)

語法

[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

屬性值

Type: System.Boolean

如果應快取中繼資料,則為 true,否則為 false

請參閱

ActivityDescription 類別
Microsoft.Workflow.Client 命名空間

回到頁首