ExtendedAttribute.Name Property

Gets or sets the name of this attribute.

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

Syntax

'Declaration
Public Property Name As String
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String 
function set Name (value : String)

Property Value

Type: System.String
The name of this attribute.

.NET Framework Security

See Also

Reference

ExtendedAttribute Class

Microsoft.TeamFoundation Namespace