TextValue Property
TextValue
Gets the string value of the property. This property returns null if the value is not set, or if the value is set to a non-primitive value (i.e. represented by a DesignItem, accessible through Value property).
Declaration
public abstract string TextValue { get; }
Property Value
Type | Description |
---|---|
System.String |