Ejemplo n.º 1
0
 /// <summary>
 /// Gets the an AFValue with the current value held in the attribute.
 /// </summary>
 /// <returns>Returns a complete AFAttribute.</returns>
 public AFValue GetValue()
 {
     return(_AttrLoader.GetValue(_Connection, this._ID));
 }