ActivityLogEntry.Application Property

Name part of application command is generated from

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ActivityLogEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace