IDTSPackage100.DesignTimeProperties Property

Definition

Gets or sets the design time properties of a package.

public:
 property System::String ^ DesignTimeProperties { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(90)]
public string DesignTimeProperties { [System.Runtime.InteropServices.DispId(90)] get; [System.Runtime.InteropServices.DispId(90)] set; }
[<System.Runtime.InteropServices.DispId(90)>]
[<get: System.Runtime.InteropServices.DispId(90)>]
[<set: System.Runtime.InteropServices.DispId(90)>]
member this.DesignTimeProperties : string with get, set
Public Property DesignTimeProperties As String

Property Value

The design time properties of a package.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to