Intersoft ClientUI Documentation
PreferredContentSource Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > TransformInfo Class : PreferredContentSource Property






Gets or sets preffered content source.

Syntax

Visual Basic (Declaration) 
Public Property PreferredContentSource As Nullable(Of PreferredContentSource)
Visual Basic (Usage)Copy Code
Dim instance As TransformInfo
Dim value As Nullable(Of PreferredContentSource)
 
instance.PreferredContentSource = value
 
value = instance.PreferredContentSource
C# 
public Nullable<PreferredContentSource> PreferredContentSource {get; set;}
Delphi 
public read-write property PreferredContentSource: Nullable; 
JScript 
public function get,set PreferredContentSource : Nullable
Managed Extensions for C++ 
public: __property Nullable<PreferredContentSource> get_PreferredContentSource();
public: __property void set_PreferredContentSource( 
   Nullable<PreferredContentSource> value
);
C++/CLI 
public:
property Nullable<PreferredContentSource> PreferredContentSource {
   Nullable<PreferredContentSource> get();
   void set (    Nullable<PreferredContentSource> 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.