Share via


InstanceDependencyProperty Members

Include Protected Members
Include Inherited Members

The InstanceDependencyProperty type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Static member Register(String, Type, Type)
Creates a new instance.
Public method Static member Register(String, Type, Type, InstanceDependencyPropertyOption)
Creates a new instance.
Public method Static member Register(String, Type, Type, Object)
Creates a new instance.
Public method Static member Register(String, Type, Type, Object, InstanceDependencyPropertyOption)
Creates a new instance.
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property DefaultValue
Gets the default value of the dependency property.
Public property IsReadOnly
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.
Public property Name
Gets the name of the dependency property.
Public property OwnerType
Gets the type that contains the dependency property.
Public property PropertyType
Gets the type of the value stored in the dependency property.

See Also

InstanceDependencyProperty Class

Microsoft.Rtc.Workflow.Activities Namespace