ExternalVariable::Name Property

 

Gets or sets the name of the external variable.

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

public:
property String^ Name {
	[CompilerGeneratedAttribute]
	String^ get();
	[CompilerGeneratedAttribute]
	void set(String^ value);
}

Property Value

Type: System::String^

Returns the name of the external variable.

Return to top
Show: