Partager via


IWorkflowService.GetProperty<T> - Méthode

Récupère une instance de WorkflowServiceProperty pour une collection de sites spécifiée (SPSite).

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

Syntaxe

'Déclaration
Function GetProperty(Of T) ( _
    site As SPSite, _
    property As WorkflowServiceProperty _
) As T
'Utilisation
Dim instance As IWorkflowService
Dim site As SPSite
Dim property As WorkflowServiceProperty
Dim returnValue As T

returnValue = instance.GetProperty(site, _
    property)
T GetProperty<T>(
    SPSite site,
    WorkflowServiceProperty property
)

Paramètres de type

  • T
    Paramètre générique.

Paramètres

Valeur renvoyée

Type : T
Retourne l'instance de l'objet WorkflowServiceProperty .

Voir aussi

Référence

IWorkflowService interface

IWorkflowService - Membres

Microsoft.SharePoint.WorkflowServices - Espace de noms