Partager via


SPWorkflowAssociation.Item - Propriété

Obtient la propriété spécifiée à partir de la BaseTemplate de l'association.

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

Syntaxe

'Déclaration
Public Default Property Item ( _
    property As String _
) As Object
    Get
    Set
'Utilisation
Dim instance As SPWorkflowAssociation
Dim property As String
Dim value As Object

value = instance(property)

instance(property) = value
public Object this[
    string property
] { get; set; }

Paramètres

  • property
    Type : System.String

    Chaîne spécifiant la propriété à récupérer.

Valeur de propriété

Type : System.Object
La propriété demandée.

Remarques

Cette propriété est un raccourci et est identique à l'aide de la propriété Items sur la BaseTemplate de l'association.

Voir aussi

Référence

SPWorkflowAssociation classe

SPWorkflowAssociation - Membres

Microsoft.SharePoint.Workflow - Espace de noms

Autres ressources

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview