DtsProperty.SetValue(Object, Object) Method

Definition

Sets the value of the property.

public:
 void SetValue(System::Object ^ o, System::Object ^ value);
public void SetValue (object o, object value);
member this.SetValue : obj * obj -> unit
Public Sub SetValue (o As Object, value As Object)

Parameters

o
Object

The object instance on which you want to set the value of the property.

value
Object

The value to which to set the property.

Applies to