言語

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

プロパティ値

プロジェクトに関連するコメントを指定します。

適用対象