SnmpV1Community Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Community for SNMPv1 devices
public ref class SnmpV1Community : Microsoft::EnterpriseManagement::NetworkMonitoring::SnmpCommunity
[System.Serializable]
public class SnmpV1Community : Microsoft.EnterpriseManagement.NetworkMonitoring.SnmpCommunity
type SnmpV1Community = class
inherit SnmpCommunity
Public Class SnmpV1Community
Inherits SnmpCommunity
- Inheritance
- Attributes
Properties
| Account |
The RunAs account (Inherited from SnmpCommunity) |
| Name |
The name (Inherited from SnmpCommunity) |
| UseAsDefault |
if this should be used as default |
Methods
| BeginWriteXml(XmlWriter) |
Write common XML (Inherited from SnmpCommunity) |
| Equals(Object) |
is equal (Inherited from SnmpCommunity) |
| GetAccount() |
Returns the account (Inherited from SnmpCommunity) |
| GetHashCode() |
Get the hash code for the object (Inherited from SnmpCommunity) |
| GetProfile(String, ManagementPack) |
Get RunAs profile by name (Inherited from SnmpCommunity) |
| Reconnect(EnterpriseManagementGroup) |
Reconnect to management group. (Inherited from SnmpCommunity) |
| RunAsProperty(String) |
Gets the $RunAs macro for a RunAs property (Inherited from SnmpCommunity) |
| VerifyAccountType() |
Check to see if the RunAs account if of the right type |