Project.VersionComments 属性

定义

获取或设置与项目关联的注释。

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

属性值

String

与项目关联的注释。

适用于