Visual Basic (Declaration) | |
---|---|
Public Property Sort As FilterBase.SORT_ORDER |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As FilterBase Dim value As FilterBase.SORT_ORDER instance.Sort = value value = instance.Sort |
C# | |
---|---|
public FilterBase.SORT_ORDER Sort {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property FilterBase.SORT_ORDER get_Sort(); public: __property void set_Sort( FilterBase.SORT_ORDER value ); |
C++/CLI | |
---|---|
public: property FilterBase.SORT_ORDER Sort { FilterBase.SORT_ORDER get(); void set ( FilterBase.SORT_ORDER value); } |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family