Intersoft ClientUI Documentation
ViewType Property
See Also  Send Feedback
Intersoft.Client.Framework.Regions Namespace > UriTypeMappingEventArgs Class : ViewType Property






Gets or sets the view type of which the Uri will map to.

Syntax

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