Share via


SettingMemberAccess simple type [SDM]

 
Platform SDK: System Definition Model Overview

SettingMemberAccess Simple Type

Note: This documentation is preliminary and is subject to change.

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>
SettingMemberAccess
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.

Enumeration

The following values are defined by the SettingMemberAccess simple type:

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

  
  Last updated: June 2005  |  What did you think of this topic?  |  Order a Platform SDK CD
  © Microsoft Corporation. All rights reserved. Terms of use.