LightSwitch HTML Edition
Type Property






Gets the type of the field source column.
Syntax
'Declaration
 
Public ReadOnly Property Type As System.Type
'Usage
 
Dim instance As C1OlapField
Dim value As System.Type
 
value = instance.Type
public System.Type Type {get;}
public read-only property Type: System.Type; 
public function get Type : System.Type
public: __property System.Type* get_Type();
public:
property System.Type^ Type {
   System.Type^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1OlapField Class
C1OlapField Members

Send Feedback