ActivityDescription Class
Represents the workflow activity description.
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
| Name | Description | |
|---|---|---|
![]() | ActivityDescription() | Initializes a new instance of the ActivityDescription class. |
![]() | ActivityDescription(XElement) | Initializes a new instance of the ActivityDescription class. |
| Name | Description | |
|---|---|---|
![]() | LastModified | Gets DateTime when the activity was last modified. |
![]() | Metadata | Gets the collection of metadata for this activity. |
![]() | Name | Gets or sets Name of this activity. |
![]() | ShouldCache | Gets or sets a value that indicates whether the metadata should be cached for us in subroutines. |
![]() | Xaml | Gets Xaml definition for this activity. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetXaml(XElement) | Sets the Xaml definition for this property. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


