Gets or sets the .NET type of the target property.

Namespace: SSIS.Test.Configuration
Assembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)

Syntax

C#
public string PropertyType { get; set; }
Visual Basic
Public Property PropertyType As String
	Get
	Set
Visual C++
public:
property String^ PropertyType {
	String^ get ();
	void set (String^ value);
}

See Also