Represents a caption - value extra info.
Default constructor
public Void ExtraInfo()Copy constructor.
public Void ExtraInfo(source)| Name | Type | Summary |
|---|---|---|
| source | ExtraInfo | An ExtraInfo object to copy. |
| Type | Summary |
|---|---|
| ArgumentNullException | Thrown when source is null. |
Caption.
public String Caption { get; set; }Value.
public String Value { get; set; }Returns a textual representation of this ExtraInfo.
public String ToString()In this document