[NonRecordFieldAttribute]
[JsonIgnoreAttribute]
public IFrame? Cause { get; }
<NonRecordFieldAttribute>
<JsonIgnoreAttribute>
Public ReadOnly Property Cause As IFrame
Get
public:
[NonRecordFieldAttribute]
[JsonIgnoreAttribute]
property IFrame^ Cause {
IFrame^ get ();
}
function get_Cause();