Name.Comment 属性

定义

返回或设置与名称关联的批注。 读/写 String

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

属性值

String

注解

批注文本不能超过 255 个字符。

适用于