RemoveCentralAdminNotificationTask Class
This is pre-release documentation and is subject to change.
Namespace: Microsoft.Exchange.Management.Powershell.CentralAdmin
Assembly: Microsoft.Exchange.Management.Powershell.CentralAdmin (in microsoft.exchange.management.powershell.centraladmin.dll)
Syntax
'Declaration
<CmdletAttribute("Remove", "CentralAdminNotification", SupportsShouldProcess:=True, ConfirmImpact:=ConfirmImpact.High, DefaultParameterSetName:="Identity")> _
Public NotInheritable Class RemoveCentralAdminNotificationTask
Inherits RemoveSQLObjectTask(Of CentralAdminNotificationIdParameter, CentralAdminNotification)
[CmdletAttribute("Remove", "CentralAdminNotification", SupportsShouldProcess=true, ConfirmImpact=ConfirmImpact.High, DefaultParameterSetName="Identity")]
public sealed class RemoveCentralAdminNotificationTask : RemoveSQLObjectTask<CentralAdminNotificationIdParameter,CentralAdminNotification>
[CmdletAttribute(L"Remove", L"CentralAdminNotification", SupportsShouldProcess=true, ConfirmImpact=ConfirmImpact::High, DefaultParameterSetName=L"Identity")]
public ref class RemoveCentralAdminNotificationTask sealed : public RemoveSQLObjectTask<CentralAdminNotificationIdParameter^, CentralAdminNotification^>
/** @attribute CmdletAttribute("Remove", "CentralAdminNotification", SupportsShouldProcess=true, ConfirmImpact=ConfirmImpact.High, DefaultParameterSetName="Identity") */
public final class RemoveCentralAdminNotificationTask extends RemoveSQLObjectTask<CentralAdminNotificationIdParameter,CentralAdminNotification>
CmdletAttribute("Remove", "CentralAdminNotification", SupportsShouldProcess=true, ConfirmImpact=ConfirmImpact.High, DefaultParameterSetName="Identity")
public final class RemoveCentralAdminNotificationTask extends RemoveSQLObjectTask<CentralAdminNotificationIdParameter,CentralAdminNotification>
Inheritance Hierarchy
System.Object
System.Management.Automation.Internal.InternalCommand
System.Management.Automation.Cmdlet
System.Management.Automation.PSCmdlet
Microsoft.Exchange.Configuration.Tasks.Task
Microsoft.Exchange.Configuration.Tasks.DataAccessTask
Microsoft.Exchange.Configuration.Tasks.RemoveTaskBase
Microsoft.Exchange.Management.Powershell.SQLProvider.RemoveSQLObjectTask
Microsoft.Exchange.Management.Powershell.CentralAdmin.RemoveCentralAdminNotificationTask
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows 2008 ServerWindows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2), Windows 2008 Server
See Also
Reference
RemoveCentralAdminNotificationTask Members
Microsoft.Exchange.Management.Powershell.CentralAdmin Namespace