Intersoft ClientUI Documentation
Type Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > PropertyBinding Class : Type Property






Optional type parameter used to specify the type of an attached DependencyProperty as an assembly-qualified name, full name, or short name.

Syntax

Visual Basic (Declaration) 
Public Property Type As String
Visual Basic (Usage)Copy Code
Dim instance As PropertyBinding
Dim value As String
 
instance.Type = value
 
value = instance.Type
C# 
public string Type {get; set;}
Delphi 
public read-write property Type: String; 
JScript 
public function get,set Type : String
Managed Extensions for C++ 
public: __property string* get_Type();
public: __property void set_Type( 
   string* value
);
C++/CLI 
public:
property String^ Type {
   String^ get();
   void set (    String^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.