IPWorks SNMP 2020 .NET Edition

Questions / Feedback?

NodeAccess Property

The access permissions for the selected node.

Syntax

public MibbrowserNodeAccess NodeAccess { get; }

enum MibbrowserNodeAccess { accUnknown, accNoAccess, accReadOnly, accReadCreate, accReadWrite, accWriteOnly, accForNotify }
Public ReadOnly Property NodeAccess As MibbrowserNodeAccess

Enum MibbrowserNodeAccess accUnknown accNoAccess accReadOnly accReadCreate accReadWrite accWriteOnly accForNotify End Enum

Default Value

0

Remarks

The following is the list of values for NodeAccess:

0accUnknown
1accNoAccess
2accReadOnly
3accReadCreate
4accReadWrite
5accWriteOnly
6accForNotify

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 .NET Edition - Version 20.0 [Build 8202]