ServicingContext.CurrentServicingOperation Property

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

Syntax

'Declaration
Public ReadOnly Property CurrentServicingOperation As String
public string CurrentServicingOperation { get; }
public:
property String^ CurrentServicingOperation {
    String^ get ();
}
member CurrentServicingOperation : string with get
function get CurrentServicingOperation () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ServicingContext Class

Microsoft.TeamFoundation.Framework.Server Namespace