Condividi tramite


Proprietà SetCachedValue<T>.Value

 

Ottiene o imposta il valore memorizzato nella cache.

Spazio dei nomi:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Sintassi

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

Valore proprietà

Type: System.Activities.InArgument<T>

Valore memorizzato nella cache.

Vedere anche

Classe SetCachedValue<T>
Spazio dei nomi Microsoft.Activities

Torna all'inizio