DeviceDiscoveryConfiguration.ReadWriteCommunity Property

Definition

Read/write community string.

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

Property Value

String

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.

Applies to

See also