SnmpMessageExtensionIsRunningOnIOS Property |
Gets a value indicating whether it is running on iOS.
Namespace: Lextm.SharpSnmpLib.MessagingAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic static bool IsRunningOnIOS { get; }
Public Shared ReadOnly Property IsRunningOnIOS As Boolean
Get
Dim value As Boolean
value = SnmpMessageExtension.IsRunningOnIOS
public:
static property bool IsRunningOnIOS {
bool get ();
}
static member IsRunningOnIOS : bool with get
Property Value
Booleantrue if is running on iOS; otherwise,
false.
See Also