Share via


ICustomActivityExecutionContext.Arguments Property

Definition

public:
 property Microsoft::Xrm::Sdk::Workflow::ArgumentsCollection ^ Arguments { Microsoft::Xrm::Sdk::Workflow::ArgumentsCollection ^ get(); void set(Microsoft::Xrm::Sdk::Workflow::ArgumentsCollection ^ value); };
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public Microsoft.Xrm.Sdk.Workflow.ArgumentsCollection Arguments { get; set; }
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")>]
member this.Arguments : Microsoft.Xrm.Sdk.Workflow.ArgumentsCollection with get, set
Public Property Arguments As ArgumentsCollection

Property Value

Attributes

Applies to