Field.ShowCodes Property

Definition

Determines if field codes are displayed for the specified field instead of field results.

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

Property Value

Remarks

This property returns True if field codes are displayed for the specified field instead of field results, and False if field codes are not displayed.

Applies to