Click or drag to resize

IGHAObjectSetValueForced Method

[This is preliminary documentation and is subject to change.]

Performs the standard SetValue but also triggers the PropertyChanged handler regardless of whether the property has changed or not

Namespace:  GHASchema
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
Object SetValueForced(
	string name,
	Object value
)

Parameters

name
Type: SystemString
Name of property to set
value
Type: SystemObject
Value to which to set the property

Return Value

Type: Object

[Missing <returns> documentation for "M:GHASchema.IGHAObject.SetValueForced(System.String,System.Object)"]

See Also