Dim instance As CmdletAttribute
<AttributeUsageAttribute(AttributeTargets.Class)> _ Public NotInheritable Class CmdletAttribute Inherits CmdletCommonMetadataAttribute
[AttributeUsageAttribute(AttributeTargets.Class)] public sealed class CmdletAttribute : CmdletCommonMetadataAttribute
[AttributeUsageAttribute(AttributeTargets::Class)] public ref class CmdletAttribute sealed : public CmdletCommonMetadataAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class) */ public final class CmdletAttribute extends CmdletCommonMetadataAttribute
AttributeUsageAttribute(AttributeTargets.Class) public final class CmdletAttribute extends CmdletCommonMetadataAttribute
This attribute is used for .NET Framework classes that derive from the Cmdlet and PSCmdlet classes.
For more information about the declaration syntax used to specify the Cmdlet attribute, see Cmdlet Attribute Declaration.