Share via


ConfigurationProperty Class

Definition

Specifies a configuration setting and its value that can be used to configure a service or application.

The settings are specified in the settings.xml file in the service manifest. For more information see https://docs.microsoft.com/azure/service-fabric/service-fabric-application-model

public sealed class ConfigurationProperty
type ConfigurationProperty = class
Public NotInheritable Class ConfigurationProperty
Inheritance
ConfigurationProperty

Properties

IsEncrypted

Gets a flag indicating whether the configuration is encrypted.

MustOverride

Gets a flag indicating whether the setting must be overridden in the application manifest.

Name

Gets the name of the setting as specified in the settings.xml file in the service manifest.

Type

Gets the type of the setting "Encrypted/SecretsStore/Inline.

Value

Gets the value of the setting.

Methods

DecryptValue()

Decrypts an encrypted value and returns it as a SecureString.

Applies to