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