ClassData.Name 属性
定义
获取或设置字符串表示的数据类的字符串。Gets or sets the string that represents the name of the class data.
public:
property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
属性值
用来表示类数据的名称的字符串。The string that represents the name of the class data.