ProjectInfo Constructors
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.
Overloads
| ProjectInfo() | |
| ProjectInfo(Guid, String, ProjectState, String, String) | |
| ProjectInfo(Guid, String, ProjectState, ProjectVisibility, String, String) |
ProjectInfo()
public ProjectInfo();
Public Sub New ()
Applies to
ProjectInfo(Guid, String, ProjectState, String, String)
public ProjectInfo(Guid id, string name, Microsoft.TeamFoundation.Core.WebApi.ProjectState state, string abbreviation = null, string description = null);
new Microsoft.TeamFoundation.Core.WebApi.ProjectInfo : Guid * string * Microsoft.TeamFoundation.Core.WebApi.ProjectState * string * string -> Microsoft.TeamFoundation.Core.WebApi.ProjectInfo
Public Sub New (id As Guid, name As String, state As ProjectState, Optional abbreviation As String = null, Optional description As String = null)
Parameters
- id
- Guid
- name
- String
- state
- ProjectState
- abbreviation
- String
- description
- String
Applies to
ProjectInfo(Guid, String, ProjectState, ProjectVisibility, String, String)
public ProjectInfo(Guid id, string name, Microsoft.TeamFoundation.Core.WebApi.ProjectState state, Microsoft.TeamFoundation.Core.WebApi.ProjectVisibility visibility, string abbreviation = null, string description = null);
new Microsoft.TeamFoundation.Core.WebApi.ProjectInfo : Guid * string * Microsoft.TeamFoundation.Core.WebApi.ProjectState * Microsoft.TeamFoundation.Core.WebApi.ProjectVisibility * string * string -> Microsoft.TeamFoundation.Core.WebApi.ProjectInfo
Public Sub New (id As Guid, name As String, state As ProjectState, visibility As ProjectVisibility, Optional abbreviation As String = null, Optional description As String = null)
Parameters
- id
- Guid
- name
- String
- state
- ProjectState
- visibility
- ProjectVisibility
- abbreviation
- String
- description
- String