Declaration
Getting property value:
Automation:
bool  value = obj.AutoCreateBranch;
Native (C++):
HRESULT  get_ AutoCreateBranch ( [out, retval]   VARIANT_BOOL *  pval) ;
Setting property value:
Automation:
obj.AutoCreateBranch = Value;
Native (C++):
HRESULT  put_ AutoCreateBranch ( [in]   VARIANT_BOOL  val) ;
Parameters
pvalPointer to a variable that receives a property value.valNew property value.
Return Value
Automation:True if Auto Create Branches option enabled, False otherwise.Native: S_OK or standard OLE error code. Native: S_OK or standard OLE error code.
Remarks
Query or set the AutoCreateBranch property value. See the History » Auto Create Branches switch description for more information about this property.

See Also