ConfigurationProperty Class
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 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
Azure SDK for .NET