'Declaration
Public Property FieldException As Exception
'Usage
Dim instance As FieldResult Dim value As Exception instance.FieldException = value value = instance.FieldException
public Exception FieldException {get; set;}
public: __property Exception* get_FieldException(); public: __property void set_FieldException( Exception* value );
public: property Exception^ FieldException { Exception^ get(); void set ( Exception^ value); }