|
SnmpMessageExtensionIsRunningOnIOS Property
|
Gets a value indicating whether it is running on iOS.
Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.205-beta
Syntax public static bool IsRunningOnIOS { get; }
Public Shared ReadOnly Property IsRunningOnIOS As Boolean
Get
public:
static property bool IsRunningOnIOS {
bool get ();
}
static member IsRunningOnIOS : bool with get
GSF.Net.Snmp.Messaging.SnmpMessageExtension.get_IsRunningOnIOS = function();
View SourceProperty Value
Booleantrue if is running on iOS; otherwise,
false.
See Also