Profiles.Add(String, String, PjLoginType, String) Method

Definition

public Microsoft.Office.Interop.MSProject.Profile Add (string Name, string Server, Microsoft.Office.Interop.MSProject.PjLoginType LoginType = Microsoft.Office.Interop.MSProject.PjLoginType.pjWindowsLogin, string UserName = "");
abstract member Add : string * string * Microsoft.Office.Interop.MSProject.PjLoginType * string -> Microsoft.Office.Interop.MSProject.Profile
Public Function Add (Name As String, Server As String, Optional LoginType As PjLoginType = Microsoft.Office.Interop.MSProject.PjLoginType.pjWindowsLogin, Optional UserName As String = "") As Profile

Parameters

Name
String
Server
String
LoginType
PjLoginType
UserName
String

Returns

Applies to