Visual Basic (Declaration)
<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple := False)> _
<HostProtectionAttribute(SecurityAction.LinkDemand, MayLeakOnAbort := True)> _
Public NotInheritable Class ManagementRemoveAttribute _
Inherits ManagementMemberAttribute
Dim instance As ManagementRemoveAttribute
[AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = false)]
[HostProtectionAttribute(SecurityAction.LinkDemand, MayLeakOnAbort = true)]
public sealed class ManagementRemoveAttribute : ManagementMemberAttribute
[AttributeUsageAttribute(AttributeTargets::Method, AllowMultiple = false)]
[HostProtectionAttribute(SecurityAction::LinkDemand, MayLeakOnAbort = true)]
public ref class ManagementRemoveAttribute sealed : public ManagementMemberAttribute
public final class ManagementRemoveAttribute extends ManagementMemberAttribute