Class DslComponent
Describes a component to import.
public sealed class DslComponent
- Inheritance
-
DslComponent
- Inherited Members
Properties
Description
The component description.
public string Description { get; set; }
Property Value
Id
The optional explicit identifier to preserve.
public string Id { get; set; }
Property Value
Name
The component name.
public string Name { get; set; }
Property Value
Technology
The component technology.
public string Technology { get; set; }