GitApiController.TraceArea Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

This member overrides TfsApiController.TraceArea.

Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property TraceArea As String
public override string TraceArea { get; }
public:
virtual property String^ TraceArea {
    String^ get () override;
}
abstract TraceArea : string with get 
override TraceArea : string with get
override function get TraceArea () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

GitApiController Class

Microsoft.TeamFoundation.Git.Server Namespace