Share via


SettingMemberAccess Simple Type Simple Type

Defines values used to specify whether reading and writing a setting's value is permitted, providing SDM runtime access control and display and editing rules to designers.

<xs:simpleType name="SettingMemberAccess">
    <xs:restriction
        base="string"
    >
        <xs:enumeration
            value="ReadWrite"
         />
        <xs:enumeration
            value="ReadOnly"
         />
        <xs:enumeration
            value="WriteOnly"
         />
    </xs:restriction>
</xs:simpleType>

Enumeration Values

The SettingMemberAccess simple type defines the following values.

Value Description
ReadWrite

Indicates that a setting value can be read and written.

ReadOnly

Indicates that a setting value can be read, but not written. For example, this value can be used for the number of connections on a server.

WriteOnly

Indicates that a setting value can be written, but not read. For example, this value can be used for a password for a service account.

See Also

SystemDefinitionModel Schema Simple Types

Send comments about this topic to Microsoft

Build date: 9/5/2007