ServiceConfigSettings.serviceDisplayName Field
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.
Specifies the display name of the service.
protected: Microsoft::SqlServer::Configuration::Property<System::String ^> ^ serviceDisplayName;
protected Microsoft.SqlServer.Configuration.Property<string> serviceDisplayName;
val mutable serviceDisplayName : Microsoft.SqlServer.Configuration.Property<string>
Protected serviceDisplayName As Property(Of String)