Share via


Project.Id Property

 

Gets the identifier of the Project.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

Syntax

public string Id { get; }
public:
property String^ Id {
    String^ get();
}
member Id : string with get
Public ReadOnly Property Id As String

Property Value

Type: System.String

The Project ID.

See Also

Project Class
Microsoft.VisualStudio.Tools.Applications Namespace

Return to top