Intersoft ClientUI Documentation
VideoMemberPath Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXFlow Namespace > UXFlow Class : VideoMemberPath Property






Gets or sets the binding path for item video source.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Binding")>
Public Property VideoMemberPath As String
Visual Basic (Usage)Copy Code
Dim instance As UXFlow
Dim value As String
 
instance.VideoMemberPath = value
 
value = instance.VideoMemberPath
C# 
[CategoryAttribute("Binding")]
public string VideoMemberPath {get; set;}
Delphi 
public read-write property VideoMemberPath: String; 
JScript 
CategoryAttribute("Binding")
public function get,set VideoMemberPath : String
Managed Extensions for C++ 
[CategoryAttribute("Binding")]
public: __property string* get_VideoMemberPath();
public: __property void set_VideoMemberPath( 
   string* value
);
C++/CLI 
[CategoryAttribute("Binding")]
public:
property String^ VideoMemberPath {
   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.