InstanceDependencyPropertyOption Enumeration

Use the following enumeration members to specify how an InstanceDependencyProperty behaves.

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Public Enumeration InstanceDependencyPropertyOption
public enum InstanceDependencyPropertyOption
public enum class InstanceDependencyPropertyOption
Microsoft.Rtc.Workflow.Activities.InstanceDependencyPropertyOption = function();
Microsoft.Rtc.Workflow.Activities.InstanceDependencyPropertyOption.createEnum('Microsoft.Rtc.Workflow.Activities.InstanceDependencyPropertyOption', false);

Members

Member name Description
Default
Indicates that the property is a read/write property.
ReadOnly
Indicates that the propery is read-only.

See Also

Microsoft.Rtc.Workflow.Activities Namespace