WorkflowViewElement.ViewService Property

Definition

Gets the ViewService associated with the workflow view element.

protected public:
 property System::Activities::Presentation::Services::ViewService ^ ViewService { System::Activities::Presentation::Services::ViewService ^ get(); };
protected internal System.Activities.Presentation.Services.ViewService ViewService { get; }
member this.ViewService : System.Activities.Presentation.Services.ViewService
Protected Friend ReadOnly Property ViewService As ViewService

Property Value

The view service associated with the workflow view element.

Remarks

This property can also be accessed with the Services property.

Applies to