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 IsPropertyReadOnly method determines if a property is read-only.
HRESULT ICatalogObject::IsPropertyReadOnly(
BSTR |
bstrPropName |
VARIANT_BOOL * |
retval); |
Parameters
bstrPropName [in]
BSTR containing the name of the property.
retval [out]
Boolean indicating if the property is read-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