DeviceDiscoveryConfiguration.ReadOnlyCommunity Property
Applies To: Operations Manager for System Center 2012
Gets or sets the read-only 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 ReadOnlyCommunity { get; set; }
public:
property String^ ReadOnlyCommunity {
String^ get();
void set(String^ value);
}
member ReadOnlyCommunity : string with get, set
Public Property ReadOnlyCommunity As String
Property Value
Type: System.String
Returns a String that contains the read-only community name that is used when discovering devices using this configuration.
Remarks
The community name is the name of the read-only community to which the device belongs. A read-only community name allows you to read data from devices in the community, but does not allow you to modify the device's settings. The community name in the configuration must match the community name defined for all devices you want to discover.
See Also
ReadWriteCommunity
DeviceDiscoveryConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top