IWebPropertyAccessor.SetProperty Method (Object, Object)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the specified property with the given value.

Namespace:   System.Web.Util
Assembly:  System.Web (in System.Web.dll)

Sub SetProperty (
	target As Object,
	value As Object
)

Parameters

target
Type: System.Object

The property for which value is set.

value
Type: System.Object

The object containing the value of the property.

.NET Framework
Available since 2.0
Return to top
Show: