Field.ShowCodes 属性

定义

确定是否为指定字段而不是字段结果显示域代码。

public:
 property bool ShowCodes { bool get(); void set(bool value); };
public bool ShowCodes { get; set; }
member this.ShowCodes : bool with get, set
Public Property ShowCodes As Boolean

属性值

注解

如果为指定字段而不是字段结果显示域代码,则此属性返回 True ;如果未显示域代码,则返回 False

适用于