Zdieľať cez


SetEntityProperty.TargetType Property

Definition

Sets the type for the value to be converted to.

public:
 property System::Activities::InArgument<Type ^> ^ TargetType { System::Activities::InArgument<Type ^> ^ get(); void set(System::Activities::InArgument<Type ^> ^ value); };
[System.ComponentModel.Description("Target type if the Value parameter needs to be converted to the entity property type")]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Visible)]
public System.Activities.InArgument<Type> TargetType { get; set; }
[<System.ComponentModel.Description("Target type if the Value parameter needs to be converted to the entity property type")>]
[<System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Visible)>]
member this.TargetType : System.Activities.InArgument<Type> with get, set
Public Property TargetType As InArgument(Of Type)

Property Value

The type for the value to be converted to.

Attributes

Applies to