CogEthernetPortSettings DomainName Property Cognex VisionPro 9.5
Gets or sets the domain name.

Namespace: Cognex.VisionPro.Comm
Assembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 69.0.0.0
Syntax

public string DomainName { get; set; }

Property Value

Type: String
Events

Event TypeReason
ICogChangedEvent Changed

Raised when this property changes.

The following state flag may be affected:

  • SfDomainName
Exceptions

ExceptionCondition
ArgumentException Thrown if the supplied domain name has more than 255 characters or the domain name contains illegal characters.
See Also