Partager via


WorkflowTemplate.Description - Propriété

Gets a value that gives the description for the workflow template. This description is displayed in the Windows SharePoint Services user interface.

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 Description As String
    Get
'Utilisation
Dim instance As WorkflowTemplate
Dim value As String

value = instance.Description
public string Description { get; }

Valeur de propriété

Type : System.String
Returns a String.instance representing the description for the workflow template.

Remarques

Its length must be equal to or less than 255.

Voir aussi

Référence

WorkflowTemplate classe

WorkflowTemplate - Membres

Microsoft.SharePoint.Client.Workflow - Espace de noms