Setter Properties
.NET Framework 4.5
The Setter type exposes the following members.
| Name | Description | |
|---|---|---|
|
IsSealed | Gets a value that indicates whether this object is in an immutable state. (Inherited from SetterBase.) |
|
Property | Gets or sets the property to which the Value will be applied. |
|
TargetName | Gets or sets the name of the object this Setter is intended for. |
|
Value | Gets or sets the value to apply to the property that is specified by this Setter. |