- Contents
DesignerCOM API
II3IDInitiator2::IsConfigurableFromXML Property
get_IsConfigurableFromXML
Returns whether or not the initiator supports configuration from XML.
IDL Function Prototype
HRESULT IsConfigurableFromXML(
[out, retval] VARIANT_BOOL * ConfigurableFromXML
);
C/C++ Syntax
HRESULT get_IsConfigurableFromXML(VARIANT_BOOL * ConfigurableFromXML);
Parameters
- ConfigurableFromXML
-
The return value is True if the initiator can be configured from XML; otherwise False.