Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
Defines an attribute of a counter that specifies how the counter data is displayed in a consumer application.
<xs:complexType name="counterAttribute">
<xs:simpleContent>
<xs:extension
base="xs:string"
>
<xs:attribute name="name"
use="required"
>
<xs:simpleType>
<xs:restriction
base="xs:string"
>
<xs:enumeration
value="reference"
/>
<xs:enumeration
value="noDisplay"
/>
<xs:enumeration
value="noDigitGrouping"
/>
<xs:enumeration
value="displayAsHex"
/>
<xs:enumeration
value="displayAsReal"
/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attributes
| Name | Type | Description |
|---|---|---|
| name | The name of the display attribute to apply. You can specify one of the following names:
|
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2008 [desktop apps only] |