Enum PropertyUpdateResult
Represents the result of an attempt to assign a value to a property.
public enum PropertyUpdateResult
Fields
CannotChange = 2Represents a condition or state where changes are not allowed.
Failure = 0Represents a failure result or state in an operation.
Ok = 1Represents the result of an operation indicating success.
Remarks
This enumeration is used to indicate whether a property assignment operation succeeded, failed, or was not allowed.