Field.ShowCodes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.