TryGetCachedValue<T>::Name Property

 

Gets or sets the name of the cached value.

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

public:
[RequiredArgumentAttribute]
[DefaultValueAttribute(null)]
property InArgument<String^>^ Name {
	[CompilerGeneratedAttribute]
	InArgument<String^>^ get();
	[CompilerGeneratedAttribute]
	void set(InArgument<String^>^ value);
}

Property Value

Type: System.Activities::InArgument<String^>^

The name of the cached value.

Return to top
Show: