'Declaration
<ColumnDisplayAttribute(2)> <DataMemberAttribute()> <DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <DefaultValueAttribute("")> <DisplayAttribute(AutoGenerateField=False, ShortName="Normalized Exception")> Public ReadOnly Property NormalizedException As NormalizedException
'Usage
Dim instance As OperationResult Dim value As NormalizedException value = instance.NormalizedException
[ColumnDisplay(2)] [DataMember()] [DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue("")] [Display(AutoGenerateField=false, ShortName="Normalized Exception")] public NormalizedException NormalizedException {get;}
[ColumnDisplay(2)] [DataMember()] [DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue("")] [Display(AutoGenerateField=false, ShortName="Normalized Exception")] public: property NormalizedException^ NormalizedException { NormalizedException^ get(); }