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






Syntax

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