Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the comments associated with the project.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Property VersionComments As String
Get
Set
'Usage
Dim instance As Project
Dim value As String
value = instance.VersionComments
instance.VersionComments = value
public string VersionComments { get; set; }
public:
property String^ VersionComments {
String^ get ();
void set (String^ value);
}
member VersionComments : string with get, set
function get VersionComments () : String
function set VersionComments (value : String)
Property Value
Type: System.String
The comments associated with the project.