'Declaration
<CanBeNullAttribute()> <DataMemberAttribute()> Public ReadOnly Property NormalizedException As NormalizedException
'Usage
Dim instance As ResultArguments Dim value As NormalizedException value = instance.NormalizedException
[CanBeNull()] [DataMember()] public NormalizedException NormalizedException {get;}
[CanBeNull()] [DataMember()] public: property NormalizedException^ NormalizedException { NormalizedException^ get(); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.