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