Click or drag to resize

StringAttributeBase Properties

The StringAttributeBase type exposes the following members.

Properties
  NameDescription
Public propertyAttributeValue
The attribute value in memory.
(Inherited from AttributeBase.)
Public propertyGettable
True if protocol attribute-get requests are allowed.
(Inherited from AttributeBase.)
Public propertyIgnoreSet
True if protocol attribute-set requests are allowed, but should be ignored.
(Inherited from AttributeBase.)
Public propertySettable
True if protocol attribute-set requests are allowed.
(Inherited from AttributeBase.)
Public propertyString
Gets or sets the attribute value as a string.
Public propertyTextEncoding
The string text encoding.
Public propertyValue
Gets or sets the attribute value.
Top
See Also