GetCachedValue<T>::Name Property

 

Gets or sets the name associated with this instance.

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 associated with this instance.

Return to top
Show: