The Set property returns TRUE when the referenced object property is read/write rather than read-only.
object.Set
Part | Description |
---|---|
object | Expression that evaluates to a Property object |
Boolean
Read-only
HRESULT GetSet(VARIANT_BOOL *pRetVal);
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.