Gets or sets the target string format. This is only valid for string propertues.

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

Syntax

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

See Also