Propriété Project.VersionComments
Gets or sets the comments associated with the project.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Property VersionComments As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
The comments associated with the project.