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
'Usage
Dim instance As InstanceDependencyProperty
Dim value As Boolean
value = instance.IsReadOnly
public bool IsReadOnly { get; }
Property Value
Type: System.Boolean
See Also
Reference
InstanceDependencyProperty Class