Intersoft ClientUI Documentation
Path Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > RelativeBinding Class : Path Property






Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("System.Windows.PropertyPathConverter, System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e")>
Public Property Path As PropertyPath
Visual Basic (Usage)Copy Code
Dim instance As RelativeBinding
Dim value As PropertyPath
 
instance.Path = value
 
value = instance.Path
C# 
[TypeConverterAttribute("System.Windows.PropertyPathConverter, System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e")]
public PropertyPath Path {get; set;}
Delphi 
public read-write property Path: PropertyPath; 
JScript 
TypeConverterAttribute("System.Windows.PropertyPathConverter, System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e")
public function get,set Path : PropertyPath
Managed Extensions for C++ 
[TypeConverterAttribute("System.Windows.PropertyPathConverter, System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e")]
public: __property PropertyPath* get_Path();
public: __property void set_Path( 
   PropertyPath* value
);
C++/CLI 
[TypeConverterAttribute("System.Windows.PropertyPathConverter, System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e")]
public:
property PropertyPath^ Path {
   PropertyPath^ get();
   void set (    PropertyPath^ 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.