Visual Basic (Declaration)
Public Shared ReadOnly Property Platform As WinCEPlatform
Dim value As WinCEPlatform
value = SystemSettings.Platform
public static WinCEPlatform Platform { get; }
public:
static property WinCEPlatform Platform {
WinCEPlatform get ();
}
public static function get Platform () : WinCEPlatform