<PropertyName> TagĀ 

Configures a property of an emulator component.

Syntax

<PropertyName objectType="classname" format="formatstring">
      
      
      Content String
    </PropertyName>

Parameters

  • objectType
    The name of the class to be configured. This attribute is optional.
  • format
    A string of values that are parsed by the emulator component's Parse method and used to initialize the object. This attribute is optional.

Remarks

The objects configured by this tag must be derived from the EmulatorComponent class.

The attributes and parameters of this tag are all optional. If the objectType attribute is not specified, the emulator configures an EmulatorComponent object. The format attribute contains a string that holds initialization values for the object. These are parsed by the class's Parse method.

The emulator sets the specified property to the content string, if the content string is provided.

Occurs in
<Emulator>

Version Information

Available in .NET Micro Framework version 2.0

See Also

Reference

Emulator XML References