Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Describes a flag.
Usage
<Flag>
child elements
</Flag>
Attributes
There are no attributes.
Child elements
| Element | Description |
|---|---|
| Name |
Has the same semantics as that for the overall parameter s name. This name can be localized. |
| ProgrammaticName |
This is the non-localized name of the parameter. This is to be used only programmatically and never shown to a user. |
| Value |
The flag's value. The value must be an integer from 1 to 32 and corresponds to the bit positions in of Int32 value. The values do not need to be contiguous. Each enumeration value must be unique in for this particular parameter. |
Child element sequence
(
ProgrammaticName,
Name,
Value
)
Parent elements
| Element | Description |
|---|---|
| Flags |
Contains one or more Flag elements. |
Examples
This node describes a flag as follows.
<Flag>
<ProgrammaticName></ProgrammaticName>
<Name></Name>
<Value></Value>
</Flag>
Element information
| Can be empty | No |