PeerNameRecord::Comment Property
.NET Framework (current version)
Gets or sets additional information about the PeerNameRecord object.
Assembly: System.Net (in System.Net.dll)
Property Value
Type: System::String^The comment associated with the PeerNameRecord object. The default value for this property is null.
| Exception | Condition |
|---|---|
| ArgumentException | The comment to set is either larger than 39 Unicode characters or less than one character. |
| ArgumentNullException | The comment to set is null. |
The maximum length of the comment is 39 Unicode characters.
.NET Framework
Available since 3.5
Available since 3.5
Show: