PowerSNMP for .NET
Community Field (MessageBase)




Gets or sets the community field in the message.
Syntax
Public Community As String
Dim instance As MessageBase
Dim value As String
 
value = instance.Community
 
instance.Community = value
public string Community
public: string* Community
public:
String^ Community

Field Value

Defaults to "public" when the default constructor is used.
Remarks

This property is used as a primitive type of authentication. The application can check for valid values when a version 1/2 RequestMessage is processed in the RequestReceived delegate function.

See Also

Reference

MessageBase Class
MessageBase Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic