WorkflowServicesContext.GetProperty<T> method

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaration
Public Function GetProperty(Of T) ( _
    property As WorkflowServiceProperty _
) As T
'Usage
Dim instance As WorkflowServicesContext
Dim property As WorkflowServiceProperty
Dim returnValue As T

returnValue = instance.GetProperty(property)
public T GetProperty<T>(
    WorkflowServiceProperty property
)

Type parameters

  • T

Parameters

Return value

Type: T

See also

Reference

WorkflowServicesContext class

WorkflowServicesContext members

Microsoft.SharePoint.WorkflowServices namespace