WorkflowViewElement::ViewService Property

.NET Framework (current version)
 

Gets the ViewService associated with the workflow view element.

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

public protected:
property ViewService^ ViewService {
	ViewService^ get();
}

Property Value

Type: System.Activities.Presentation.Services::ViewService^

The view service associated with the workflow view element.

This property can also be accessed with the Services property.

.NET Framework
Available since 4.0
Return to top
Show: