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