DeviceDiscoveryConfiguration.ReadOnlyCommunity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.