| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Access As 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.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.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code