SPWorkflowAssociation.Item property

Gets the specified property from the BaseTemplate of the association.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Default Property Item ( _
    property As String _
) As Object
    Get
    Set
'Usage
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; }

Parameters

  • property
    Type: System.String

    A string specifying the property to retrieve.

Property value

Type: System.Object
The requested property.

Remarks

This property is a shortcut and is the same as using the Items property on the BaseTemplate of the association.

See also

Reference

SPWorkflowAssociation class

SPWorkflowAssociation members

Microsoft.SharePoint.Workflow namespace

Other resources

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview