DeviceDiscoveryConfiguration.ReadWriteCommunity Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the read/write community name that is used when connecting to devices during discovery.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public string ReadWriteCommunity { get; set; }
public:
property String^ ReadWriteCommunity {
    String^ get();
    void set(String^ value);
}
member ReadWriteCommunity : string with get, set
Public Property ReadWriteCommunity As String

Property Value

Type: System.String

Returns a String that contains the read/write community name that is used when discovering devices using this configuration.

Remarks

The community name is the name of the read/write community to which the device belongs. A read/write community name allows you to read and write data values to devices in the community. The community name in the configuration must match the community name defined for all devices you want to discover.

See Also

ReadOnlyCommunity
DeviceDiscoveryConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top