Proprietà SetCachedValue<T>.Name

 

Ottiene o imposta il nome del valore memorizzato nella cache.

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

Sintassi

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

Valore proprietà

Type: System.Activities.InArgument<String>

Nome del valore memorizzato nella cache.

Vedere anche

Classe SetCachedValue<T>
Spazio dei nomi Microsoft.Activities

Torna all'inizio