Share via


ModulePropertiesPage.ConfigNamesPresent Property

Definition

Gets a value indicating whether configuration names are supported.

protected public:
 virtual property bool ConfigNamesPresent { bool get(); };
protected internal virtual bool ConfigNamesPresent { get; }
member this.ConfigNamesPresent : bool
Protected Friend Overridable ReadOnly Property ConfigNamesPresent As Boolean

Property Value

true if configuration names are supported; otherwise, false.

Examples

The following example implements the ConfigNamesPresent property.

protected override bool ConfigNamesPresent {
    get { return _configNamesPresent; }
}

Remarks

When the value of the ConfigNamesPresent property is true, Features View of the page adds a Display drop-down box that contains the following choices: Friendly Names, Configuration Names, and Both Names.

Applies to