ComponentStrategy.ExecutionComponent Property
public ExecutionComponent ExecutionComponent {get; set;}
This language is not supported or no code example is available.
public:
property ExecutionComponent^ ExecutionComponent {
ExecutionComponent^ get( );
void set(
ExecutionComponent^ value
);
}
This language is not supported or no code example is available.
public function get ExecutionComponent() : ExecutionComponent;
public function set ExecutionComponent(value : ExecutionComponent);
This language is not supported or no code example is available.