Project.VersionComments Property

Definition

Gets or sets the comments associated with the project.

public:
 property System::String ^ VersionComments { System::String ^ get(); void set(System::String ^ value); };
public string VersionComments { get; set; }
member this.VersionComments : string with get, set
Public Property VersionComments As String

Property Value

The comments associated with the project.

Applies to