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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.