DeviceDiscoveryConfiguration.ReadOnlyCommunity Property

Definition

Read only community string.

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

Property Value

String

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.

Applies to

See also