CmPropertyResult

sealed interface CmPropertyResult

Represents the result of querying for a specific module property, indicating whether the property is available or not.

See also

Inheritors

Types

Link copied to clipboard

Indicates that the property is available and readable, providing the CmProperty with its corresponding value.

Link copied to clipboard
sealed interface NotAvailable : CmPropertyResult

Indicates that the property is not available.

Link copied to clipboard

Indicates that the property is available and write-only, providing the CmPropertyInfo.