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)

Usage

Visual Basic
Dim instance As DeviceDiscoveryConfiguration
Dim value As String

value = instance.ReadWriteCommunity

instance.ReadWriteCommunity = value

Syntax

Visual Basic
Public Property ReadWriteCommunity As String
C#
public string ReadWriteCommunity { get; set; }
C++
public:
property String^ ReadWriteCommunity {
		String^ get ();
		void set (String^ value);
}
J#
/** @property */
public String get_ReadWriteCommunity ()

/** @property */
public void set_ReadWriteCommunity (String value)
JScript
public function get ReadWriteCommunity () : String

public function set ReadWriteCommunity (value : String)

Property Value

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.


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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also