Freigeben über


SPWorkflowAssociation.Description-Eigenschaft

Dient zum Abrufen und Festlegen der Beschreibung für die Workflowzuordnung.

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

Syntax

'Declaration
<ClientCallableAttribute> _
Public Property Description As String
    Get
    Set
'Usage
Dim instance As SPWorkflowAssociation
Dim value As String

value = instance.Description

instance.Description = value
[ClientCallableAttribute]
public string Description { get; set; }

Eigenschaftswert

Typ: System.String
Eine String , die die Beschreibung darstellt.

Hinweise

Die Beschreibung wird in der SharePoint Foundation-Benutzeroberfläche angezeigt.

Siehe auch

Referenz

SPWorkflowAssociation Klasse

SPWorkflowAssociation-Member

Microsoft.SharePoint.Workflow-Namespace

Weitere Ressourcen

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview