Ejemplo n.º 1
0
 /// <summary>
 /// Sets the value of the attribute.
 /// </summary>
 /// <param name="Value">A partial AFValue that should be created.</param>
 /// <returns>Returns true if no errors occur.</returns>
 public bool SetValue(AFValue Value)
 {
     return(_AttrLoader.SetValue(_Connection, this._ID, Value));
 }