GetEntityProperty Class

Definition

Activity to get the value of an entity property.

public ref class GetEntityProperty 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 GetEntityProperty : System.Activities.CodeActivity
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2117:AptcaTypesShouldOnlyExtendAptcaBaseTypes", Justification="Workflow foundation classes are not marked as aptca(Without PU3).")>]
type GetEntityProperty = class
    inherit CodeActivity
Public NotInheritable Class GetEntityProperty
Inherits CodeActivity
Inheritance
GetEntityProperty
Attributes

Constructors

GetEntityProperty()

Initializes a new instance of the GetEntityProperty class.

Properties

Attribute

Gets or sets the logical name of the attribute.

Entity

Gets or sets the entity record from which to get the attribute value.

EntityName

Gets or sets the logical name of the entity.

TargetType

Gets or sets the type of the value to be retrieved.

Value

Gets the value of the specified entity attribute.

Applies to