FieldSpec.Picture Property | |
A string representing the picture clause defined to this field specification. It is used by the FieldSpec:Transform() method.
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Picture AS USUAL GET SET
public virtual Usual Picture { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA string representing the picture clause defined to this field specification. It is used by the FieldSpec:Transform() method.
See Also