Share via


InstanceDependencyProperty.IsReadOnly Property

Gets a boolean value that specifies whether the dependency property is read-only. If it is read-only, the SetValue method throws an exception when called.

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

Syntax

'Declaration
Public ReadOnly Property IsReadOnly As Boolean
    Get
public bool IsReadOnly { get; }
public:
property bool IsReadOnly {
    bool get ();
}

See Also

InstanceDependencyProperty Class

Microsoft.Rtc.Workflow.Activities Namespace