IDTSPackage100.DesignTimeProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.