PowerSNMP for .NET CF
Access Field
See Also  Send comments on this topic.
Dart.Snmp Namespace > MibNode Class : Access Field




Gets or sets the Access value of the MibNode.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Access As Access
Visual Basic (Usage)Copy Code
Dim instance As MibNode
Dim value As Access
 
value = instance.Access
C# 
public readonly Access Access
Managed Extensions for C++ 
public: readonly Access Access
C++/CLI 
public:
readonly Access Access

Property Value

Returns an Access value assigned to the MibNode.

Remarks

Access describes the operations that can be performed by a Variable. The Agent uses this information when creating a ResponseMessage for Get, GetNext, GetBulk and Set Requests to determine whether the request is a valid operation on the variable.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.