'DeclarationPublic Property FieldException As Exception
'UsageDim 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); }
