The ICapabilityObjBase type exposes the following members.
Properties
Name | Description | |
---|---|---|
Cap |
Gets the capability type.
| |
IsMultiVal |
Can this capability have more than one current value. Example of such capability is Caps.SupportedCaps whose value is a collection of types.
| |
IsReadOnly |
Is capability read only. If it is read only tahe value can't be changed.
| |
UnderlyingType |
Gets the type of the capability value.
|
See Also