BaseNodeProperties.ProjectName Property

Gets the name of the project that this properties object is associated with.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

‘선언
Public Overridable ReadOnly Property ProjectName As String
    Get
public virtual string ProjectName { get; }
public:
virtual property String^ ProjectName {
    String^ get ();
}
abstract ProjectName : string
override ProjectName : string
function get ProjectName () : String

Property Value

Type: System.String
The name of the project that this properties object is associated with.

.NET Framework Security

See Also

Reference

BaseNodeProperties Class

Microsoft.TeamFoundation.Common Namespace