Navigation:  Object Model Reference > Options Object >

UseProfileOptionWithSyncBuildEx Property

Previous pageReturn to chapter overviewNext page

When SyncBuildEx is used to start a build with a logonNetCredentialsOnly parameter value of False, and if UseLogonCreateProcessAsUser is False (the default), the logon flags in the call to CreateProcessWithLogonW API will normally be set to LOGON_WITH_PROFILE.  If the UseProfileOptionWithSyncBuildEx property is set to False, a logon flags value of 0 will be passed instead.  This can be useful if the error "A logon request contained an invalid logon type value" is encountered.

 

Syntax

 

Options.UseProfileOptionWithSyncBuildEx As Boolean

 

See Also

 

Applies to Options object