Sdílet prostřednictvím


SettingFields Enum

Definition

Fields to retrieve from a configuration setting.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum SettingFields
[<System.Flags>]
type SettingFields = 
Public Enum SettingFields
Inheritance
SettingFields
Attributes

Fields

All 4294967295

Allows for all the properties of a ConfigurationSetting to be retrieved.

ContentType 8

The content type of the configuration setting's value.

ETag 16

An ETag indicating the version of a configuration setting within a configuration store.

IsReadOnly 64

A value indicating whether the configuration setting is read-only.

Key 1

The primary identifier of a configuration setting.

Label 2

A label used to group configuration settings.

LastModified 32

>The last time a modifying operation was performed on the given configuration setting.

Tags 128

A dictionary of tags that can help identify what a configuration setting may be applicable for.

Value 4

The value of the configuration setting.

Applies to