PropertyMetadata..::..InvokeSet Method (Object, Nullable<(Of <(<'Object>)>)>)

Invokes this property's setter on the supplied object

Namespace:  Tortuga.Anchor.Metadata
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public void InvokeSet(
	Object target,
	Nullable<Object> value
)
Public Sub InvokeSet ( _
	target As Object, _
	value As Nullable(Of Object) _
)

Parameters

target
Type: Object
The target.
value
Type: Nullable<(Of <(<'Object>)>)>
The value.

Return Value

System.Object.

Exceptions


ExceptionCondition
[ArgumentException]Error setting property " + Name
[InvalidOperationException]CanWrite and CanWriteRestricted is false for property {Name}