Handle::ExecutionPropertyName Property

.NET Framework (current version)
 

Gets the name to be used by this Handle when added to an activity’s execution properties.

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

public:
property String^ ExecutionPropertyName {
	String^ get();
}

Property Value

Type: System::String^

The name of derived type as provided by FullName.

.NET Framework
Available since 4.0
Return to top
Show: