DeviceDiscoveryConfiguration.ReadWriteCommunity 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/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
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.