SetCachedValue<T>.Persisted 属性

 

获取或设置是否持久保留缓存值。

命名空间:   Microsoft.Activities
程序集:  Microsoft.Activities(Microsoft.Activities.dll 中)

语法

[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)

属性值

Type: System.Activities.InArgument<Boolean>

如果缓存值已持久保留,则为 true;否则为 false

请参阅

SetCachedValue<T> 类
Microsoft.Activities 命名空间

返回页首