NotRecommended.Message 属性
定义
获取不建议使用的方法或字段的名称。Gets the name of the method or field that is not recommended.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property System::String ^ Message { System::String ^ get(); };
public string Message { get; }
member this.Message : string
Public ReadOnly Property Message As String
属性值
不建议使用的方法或字段的名称。The name of the method or field that is not recommended.