DynamicActivityProperty Class

Definition

Represents a property of a DynamicActivity that is created at runtime and executes in the ActivityExecutionContext.

public ref class DynamicActivityProperty
public class DynamicActivityProperty
type DynamicActivityProperty = class
Public Class DynamicActivityProperty
Inheritance
DynamicActivityProperty

Constructors

DynamicActivityProperty()

Creates a new instance of the DynamicActivityProperty class.

Properties

Attributes

Returns the attributes of the DynamicActivityProperty object.

Name

Gets or sets the name of the DynamicActivityProperty object.

Type

Gets or sets the type of the DynamicActivityProperty object.

Value

Gets or sets the value of the DynamicActivityProperty object.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string message that contains the type and the name of the DynamicActivityProperty instance.

Applies to