InstanceDependencyProperty.DefaultValue Property
Gets the default value of the dependency property.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public ReadOnly Property DefaultValue As Object
Get
'Usage
Dim instance As InstanceDependencyProperty
Dim value As Object
value = instance.DefaultValue
public Object DefaultValue { get; }
Property Value
Type: System.Object
See Also
Reference
InstanceDependencyProperty Class