GetEntityProperty.TargetType Property

Definition

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

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 of the value to be retrieved.

Attributes

Remarks

If no type is specified, the value is returned in it’s native type.

Applies to