ValueMismatchPropertyException.AssignedValue プロパティ

定義

PropertyExceptionでオブジェクトの割り当て値を取得します。

public:
 property System::Object ^ AssignedValue { System::Object ^ get(); };
public object AssignedValue { get; }
member this.AssignedValue : obj
Public ReadOnly Property AssignedValue As Object

プロパティ値

PropertyException に割り当てられたオブジェクトの値。

適用対象