ApplicationClass.CreateWebAccount Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public virtual bool CreateWebAccount (object ServerURL, object Name, Microsoft.Office.Interop.MSProject.PjAuthentication AuthenticationType = Microsoft.Office.Interop.MSProject.PjAuthentication.pjUserName, Microsoft.Office.Interop.MSProject.PjAccountType AccountType = Microsoft.Office.Interop.MSProject.PjAccountType.pjResourceAccount, object ShowDialog, object Email, object WindowsAccount);
abstract member CreateWebAccount : obj * obj * Microsoft.Office.Interop.MSProject.PjAuthentication * Microsoft.Office.Interop.MSProject.PjAccountType * obj * obj * obj -> bool
override this.CreateWebAccount : obj * obj * Microsoft.Office.Interop.MSProject.PjAuthentication * Microsoft.Office.Interop.MSProject.PjAccountType * obj * obj * obj -> bool
Public Overridable Function CreateWebAccount (Optional ServerURL As Object, Optional Name As Object, Optional AuthenticationType As PjAuthentication = Microsoft.Office.Interop.MSProject.PjAuthentication.pjUserName, Optional AccountType As PjAccountType = Microsoft.Office.Interop.MSProject.PjAccountType.pjResourceAccount, Optional ShowDialog As Object, Optional Email As Object, Optional WindowsAccount As Object) As Boolean
Parameters
- ServerURL
- Object
- Name
- Object
- AuthenticationType
- PjAuthentication
- AccountType
- PjAccountType
- ShowDialog
- Object
- Object
- WindowsAccount
- Object