ICustomActivityExecutionContext.Arguments 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.
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