Intersoft ClientUI Documentation
PropertyType Property
See Also  Send Feedback
Intersoft.Client.Data.ComponentModel Namespace > IFilterValue Interface : PropertyType Property






Gets or sets the property type for the filter descriptor.

Syntax

Visual Basic (Declaration) 
Property PropertyType As Type
Visual Basic (Usage)Copy Code
Dim instance As IFilterValue
Dim value As Type
 
instance.PropertyType = value
 
value = instance.PropertyType
C# 
Type PropertyType {get; set;}
Delphi 
read-write property PropertyType: Type; 
JScript 
function get,set PropertyType : Type
Managed Extensions for C++ 
__property Type* get_PropertyType();
__property void set_PropertyType( 
   Type* value
);
C++/CLI 
property Type^ PropertyType {
   Type^ get();
   void set (    Type^ 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.