UpdatePackageHistoryEntry.Action Property

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

Syntax

'Declaration
Public Property Action As ServicingAction
public ServicingAction Action { get; set; }
public:
property ServicingAction Action {
    ServicingAction get ();
    void set (ServicingAction value);
}
member Action : ServicingAction with get, set
function get Action () : ServicingAction 
function set Action (value : ServicingAction)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.ServicingAction
Returns ServicingAction.

.NET Framework Security

See Also

Reference

UpdatePackageHistoryEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace