IDTSPackage100.VersionComments Property

Definition

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.

Applies to