Intersoft ClientUI Documentation
Type Property (PropertyBinding)



Optional type parameter used to specify the type of an attached DependencyProperty as an assembly-qualified name, full name, or short name.
Syntax
Public Property Type As String
Dim instance As PropertyBinding
Dim value As String
 
instance.Type = value
 
value = instance.Type
public string Type {get; set;}
public:
property String^ Type {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropertyBinding Class
PropertyBinding Members

Send Feedback