WorkflowAssociation.InstantiationUrl - Propriété
Gets a value that specifies the URL of the workflow initiation form for this workflow association.
Espace de noms : Microsoft.SharePoint.Client.Workflow
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property InstantiationUrl As String
Get
'Utilisation
Dim instance As WorkflowAssociation
Dim value As String
value = instance.InstantiationUrl
public string InstantiationUrl { get; }
Valeur de propriété
Type : System.String
Returns a String instance representing the URL of the workflow initiation form for this workflow association.
Remarques
For more information about workflow initiation forms, see Workflow Association and Initiation Forms (Windows SharePoint Services).