WorkflowInstanceUpdatedRecord.BlockingActivities Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the list of blocking activities for the instance of updated record.
public:
property System::Collections::Generic::IList<System::Activities::DynamicUpdate::ActivityBlockingUpdate ^> ^ BlockingActivities { System::Collections::Generic::IList<System::Activities::DynamicUpdate::ActivityBlockingUpdate ^> ^ get(); };
public System.Collections.Generic.IList<System.Activities.DynamicUpdate.ActivityBlockingUpdate> BlockingActivities { get; }
member this.BlockingActivities : System.Collections.Generic.IList<System.Activities.DynamicUpdate.ActivityBlockingUpdate>
Public ReadOnly Property BlockingActivities As IList(Of ActivityBlockingUpdate)
Property Value
The list of blocking activities.
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.