The Set property returns True when the referenced object property is changeable.
object.Set
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
When True, the property referenced is read/write or write-only. However, an application attempt to change the property value is not guaranteed to succeed.
When False, the property referenced is read-only.
Boolean
Read-only
HRESULT GetSet(VARIANT_BOOL *pRetVal);