ChangeRejectedException.Message 属性
定义
获取或设置与组件拒绝关联的消息。Gets or sets the message associated with the component rejection.
public:
virtual property System::String ^ Message { System::String ^ get(); };
public override string Message { get; }
member this.Message : string
Public Overrides ReadOnly Property Message As String
属性值
与组件拒绝关联的消息。The message associated with the component rejection.