Platform SDK: Transaction Server |
[This product will work only on Windows NT 4.0 versions and earlier. For Windows 2000 and later, see COM+ (Component Services).]
The IsPropertyWriteOnly method indicates if a property can be written but not read.
HRESULT ICatalogObject::IsPropertyWriteOnly(
BSTR |
bstrPropName |
VARIANT_BOOL * |
retval); |
Parameters
bstrPropName [in]
BSTR containing the name of the property that may or may not be write-only.
retval [out]
Boolean indicating if the property is write-only.
Return Values
S_OK
Method completed successfully.
E_INVALIDARG
Invalid property name passed as a parameter. Can also indicate that an Out parameter is NULL.
Remarks
For more information about read-only property values and collections, see the Using MTS Collections topic.
See Also