ICommunicationsPanelHost.Activity Property
Gets the activity that owns the property the panel is editing.
Namespace: Microsoft.Rtc.Workflow.Designer
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
ReadOnly Property Activity As Activity
Get
'Usage
Dim instance As ICommunicationsPanelHost
Dim value As Activity
value = instance.Activity
Activity Activity { get; }
Property Value
Type: System.Workflow.ComponentModel.Activity
See Also
Reference
ICommunicationsPanelHost Interface