Partager via


SPCmdletAttribute - Classe

Spécifie les attributs à appliquer à une applet de commande qui hérite de SPCmdlet.

Hiérarchie d’héritage

System.Object
  System.Attribute
    Microsoft.SharePoint.PowerShell.SPCmdletAttribute

Espace de noms :  Microsoft.SharePoint.PowerShell
Assembly :  Microsoft.SharePoint.PowerShell (dans Microsoft.SharePoint.PowerShell.dll)

Syntaxe

'Déclaration
<AttributeUsageAttribute(AttributeTargets.Class, Inherited := True)> _
Public NotInheritable Class SPCmdletAttribute _
    Inherits Attribute
'Utilisation
Dim instance As SPCmdletAttribute
[AttributeUsageAttribute(AttributeTargets.Class, Inherited = true)]
public sealed class SPCmdletAttribute : Attribute

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

SPCmdletAttribute - Membres

Microsoft.SharePoint.PowerShell - Espace de noms

T:System.Management.Automation.CmdletAttribute