IDTSPackage100.VersionComments 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 comments associated with the package.
public:
property System::String ^ VersionComments { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(48)]
public string VersionComments { [System.Runtime.InteropServices.DispId(48)] get; [System.Runtime.InteropServices.DispId(48)] set; }
[<System.Runtime.InteropServices.DispId(48)>]
[<get: System.Runtime.InteropServices.DispId(48)>]
[<set: System.Runtime.InteropServices.DispId(48)>]
member this.VersionComments : string with get, set
Public Property VersionComments As String
Property Value
The version comments for the package.
- Attributes
Remarks
This interface is implemented by the Package and PackageNeutral interfaces.