IEntryBucket2.ShowCount 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 whether a number indicating the count of entries in this bucket will be displayed by appending to the bucket grouping header.
public:
property bool ShowCount { bool get(); void set(bool value); };
public:
property bool ShowCount { bool get(); void set(bool value); };
public bool ShowCount { get; set; }
member this.ShowCount : bool with get, set
Public Property ShowCount As Boolean