GetEntityProperty 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.
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 |
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. |