SetEntityProperty 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 SetEntityProperty 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 SetEntityProperty : System.Activities.CodeActivity
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2117:AptcaTypesShouldOnlyExtendAptcaBaseTypes", Justification="Workflow foundation classes are not marked as aptca(Without PU3).")>]
type SetEntityProperty = class
inherit CodeActivity
Public NotInheritable Class SetEntityProperty
Inherits CodeActivity
- Inheritance
-
SetEntityProperty
- Attributes
Constructors
SetEntityProperty() |
Initializes a new instance of the |
Properties
Attribute |
Sets the logical name of the attribute. |
Entity |
Gets or sets the entity record. |
EntityName |
Sets the logical entity name of the record specified in the |
TargetType |
Sets the type for the value to be converted to. |
Value |
Sets the value for the attribute specified in the |