Click or drag to resize

RadiusPacketAttributeValue Property

Gets or sets the value of the RadiusPacketAttribute.

Namespace: GSF.Communication.Radius
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public byte[] Value { get; set; }
View Source

Property Value

Byte
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is null or zero-length byte array.
See Also