Stores the named values of the "NamedValues" parameter to the vault if the values of the "ExpectedValues" parameter match the current values in the vault. If the values do not match, the operation fails.
Visual Basic |
---|
Public Sub SetNamedValuesIfUnmodified( _ ByVal NamedValueType As MFNamedValueType, _ ByVal Namespace As String, _ ByVal NamedValues As NamedValues, _ ByVal ExpectedValues As NamedValues _ ) |
Value | Description |
---|---|
MFAdminConfiguration | Configuration value type (admin-readable/admin-writable). |
MFConfigurationValue | Configuration value type (user readable/admin writable. Writing requires 'change metadata structure' permission). |
MFFolderConfiguration | Configuration value type (user readable/admin writable. Writing requires 'manage common views' permission). |
MFPrivateUserDefinedValue | Configuration value type for private user data (user readable/writable). |
MFRegistryValue | Registry based value type (user readable). |
MFSystemAdminConfiguration | Configuration value type (admin-readable/system admin writable). |
MFUserDefinedValue | User defined value type (user readable/writable). |