Share via


DeviceDiscoveryConfiguration.ReadOnlyCommunity Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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)

Usage

'Usage
Dim instance As DeviceDiscoveryConfiguration
Dim value As String

value = instance.ReadOnlyCommunity

instance.ReadOnlyCommunity = value

Syntax

'Declaration
Public Property ReadOnlyCommunity As String
public string ReadOnlyCommunity { get; set; }
public:
property String^ ReadOnlyCommunity {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ReadOnlyCommunity ()

/** @property */
public void set_ReadOnlyCommunity (String value)
public function get ReadOnlyCommunity () : String

public function set ReadOnlyCommunity (value : String)

Property Value

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

DeviceDiscoveryConfiguration Class
DeviceDiscoveryConfiguration Members
Microsoft.EnterpriseManagement.Administration Namespace
ReadWriteCommunity