次の方法で共有


Scenario.Comment プロパティ

定義

シナリオに関連付けられているコメントを設定または返します。 コメントの長さは、半角で 255 文字までの文字列です。

public:
 property System::String ^ Comment { System::String ^ get(); void set(System::String ^ value); };
public string Comment { get; set; }
Public Property Comment As String

プロパティ値

適用対象