Свойство ContentType.WorkflowAssociations
Gets a value that specifies the collection of workflow associations for the content type.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public ReadOnly Property WorkflowAssociations As WorkflowAssociationCollection
Get
'Применение
Dim instance As ContentType
Dim value As WorkflowAssociationCollection
value = instance.WorkflowAssociations
public WorkflowAssociationCollection WorkflowAssociations { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.Workflow.WorkflowAssociationCollection
Returns a WorkflowAssociationCollection instance representing the collection of workflow associations for the content type.