Defines the type of an IAS attribute.
| C# | Visual Basic |
public enum IrDAAttributeType
Public Enumeration IrDAAttributeType
| Member | Description |
|---|---|
| Integer |
Identifies an integer attribute value.
|
| OctetSequence |
Identifies a binary, or octet, attribute value.
|
| String |
Identifies a string attribute value.
|