SPWorkflowTemplate.Description-Eigenschaft
Dient zum Abrufen und Festlegen der Beschreibung für die Workflowvorlage. Diese Beschreibung wird in der Windows SharePoint Services-Benutzeroberfläche angezeigt.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ClientCallablePropertyAttribute(SetProperty := False)> _
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.MaxLength, Value := )> _
Public Property Description As String
Get
Set
'Usage
Dim instance As SPWorkflowTemplate
Dim value As String
value = instance.Description
instance.Description = value
[ClientCallablePropertyAttribute(SetProperty = false)]
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.MaxLength, Value = )]
public string Description { get; set; }
Eigenschaftswert
Typ: System.String
Ein String , der die Beschreibung der Workflow darstellt.
Siehe auch
Referenz
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