VCProject.SccProjectName Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property SccProjectName As String
string SccProjectName { get; set; }
property String^ SccProjectName {
    String^ get ();
    void set (String^ value);
}
abstract SccProjectName : string with get, set
function get SccProjectName () : String 
function set SccProjectName (value : String)

Property Value

Type: System.String
A string.

.NET Framework Security

See Also

Reference

VCProject Interface

Microsoft.VisualStudio.VCProjectEngine Namespace