BaseNodeProperties.Name Property

Gets the name of the node that contains this properties object.

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

Syntax

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

Property Value

Type: System.String
The name of the node that contains this properties object.

.NET Framework Security

See Also

Reference

BaseNodeProperties Class

Microsoft.TeamFoundation.Common Namespace