'Declaration<CanBeNullAttribute()> Public Function SetValue( _ ByRef input As Object, _ ByVal value As Object _ ) As Exception
'UsageDim instance As CommonPoint Dim input As Object Dim value As Object Dim value As Exception value = instance.SetValue(input, value)
[CanBeNull()] public: Exception^ SetValue( Object^% input, Object^ value )
Parameters
- input
 - The input retrieved.
 - value
 - The value to be stored.
 
Return Value
Returns a 
null reference if successful. Otherwise, returns an exception object with information about the failure.