ReportingAttributes.Name Property

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ReportingAttributes Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace