Table of Contents

Class SnmpCommunity

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an individual SNMP community.

public class SnmpCommunity : GlobalSerializableClassicBase
Inheritance
SnmpCommunity

Constructors

SnmpCommunity()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.SnmpCommunity class.

public SnmpCommunity()

Properties

CommunityName

Gets or sets the name of this community - this is used as a password by SNMP systems.

public string CommunityName { get; set; }

Property Value

string

CommunityType

Gets or sets the type of community.

public SnmpCommunityType CommunityType { get; set; }

Property Value

SnmpCommunityType

CommunityTypeString

Gets the community type as a human readable string.

public string CommunityTypeString { get; set; }

Property Value

string

Methods

ToString()

Returns the SNMP community as a human readable string in the format "CommunityName [Type]".

public override string ToString()

Returns

string

The SNMP community as a human readable string.