Gets or sets access ID (or ID code) for this device connection which is often necessary in order to make a connection to some phasor protocols.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ushort AccessID { get; set; }
Public Property AccessID As UShort Get Set
public: property unsigned short AccessID { unsigned short get (); void set (unsigned short value); }