Available update types for property definitions.
Member | Value | Description |
---|---|---|
MFUpdateTypeClientAuto | 2 | A property that is automatically set and updated by the client. The only difference between this and type eUpdateTypeNormal is that the user should not be prompted to enter the value of this type of property. |
MFUpdateTypeNormal | 0 | A normal, user-settable property. |
MFUpdateTypeServerAuto | 1 | A property that is automatically set and updated by the server. If a client supplies such properties in the set of operations, they are ignored by the server. |