RetrieveEntity Class
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.
Creates a new entity instance.
public ref class RetrieveEntity sealed : System::Activities::CodeActivity
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2117:AptcaTypesShouldOnlyExtendAptcaBaseTypes", Justification="Workflow foundation classes are not marked as aptca(Without PU3).")]
public sealed class RetrieveEntity : System.Activities.CodeActivity
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2117:AptcaTypesShouldOnlyExtendAptcaBaseTypes", Justification="Workflow foundation classes are not marked as aptca(Without PU3).")>]
type RetrieveEntity = class
inherit CodeActivity
Public NotInheritable Class RetrieveEntity
Inherits CodeActivity
- Inheritance
-
RetrieveEntity
- Attributes
Constructors
RetrieveEntity() |
Initializes a new instance of the |
Properties
Attributes |
Sets the collection of logical names of the attributes to be retrieved. |
Entity |
Gets the retrieved entity record. |
EntityId |
Sets the ID of the entity record to be retrieved. |
EntityName |
Set the logical name of the entity specified by the |
ThrowIfNotExists |
Sets whether the workflow should throw an exception if the entity record does not exist. |