Gets or sets whether to display configuration names in ConfigurationManager.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ShowConfigurationNames As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IConfigurationManager
Dim value As System.Boolean
instance.ShowConfigurationNames = value
value = instance.ShowConfigurationNames |
C# | |
---|
System.bool ShowConfigurationNames {get; set;} |
C++/CLI | |
---|
property System.bool ShowConfigurationNames {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to display configuration names, false to not
Example
Remarks
See Also
Availability
SOLIDWORKS 2018 FCS, Revision Number 26.0