Compartilhar via


SetCachedValue<T>.Name Propriedade

 

Obtém ou define o nome do valor armazenado em cache.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (em Microsoft.Activities.dll)

Sintaxe

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

Valor de propriedade

Type: System.Activities.InArgument<String>

O nome do valor armazenado em cache.

Consulte também

Classe SetCachedValue<T>
Namespace Microsoft.Activities

Retornar ao topo