RemoveCachedValue Constructor

 

Initializes a new instance of the RemoveCachedValue class.

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

NameDescription
System_CAPS_pubmethodRemoveCachedValue()

Initializes a new instance of the RemoveCachedValue class.

System_CAPS_pubmethodRemoveCachedValue(InArgument<String^>^)

Initializes a new instance of the RemoveCachedValue class.

Return to top

RemoveCachedValue Constructor ()

Initializes a new instance of the RemoveCachedValue class.

public:
RemoveCachedValue()
Return to top

RemoveCachedValue Constructor (InArgument<String^>^)

Initializes a new instance of the RemoveCachedValue class.

public:
RemoveCachedValue(
	InArgument<String^>^ name
)

Parameters

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

The name associated with this instance.

Return to top
Show: