Log.PropertyHost.SetValue Method

Tungsten Suite

LogPropertyHostSetValue Method

[Missing <summary> documentation for "M:W.Logging.Log.PropertyHost.SetValue(System.Object,System.Action,System.String)"]

Namespace:  W.Logging
Assembly:  Tungsten.Logging (in Tungsten.Logging.dll) Version: 2.0.0
Syntax
C#
protected virtual void SetValue(
	Object owner,
	Action assignValue,
	string callerMemberName = ""
)

Parameters

owner
Type: SystemObject

[Missing <param name="owner"/> documentation for "M:W.Logging.Log.PropertyHost.SetValue(System.Object,System.Action,System.String)"]

assignValue
Type: SystemAction

[Missing <param name="assignValue"/> documentation for "M:W.Logging.Log.PropertyHost.SetValue(System.Object,System.Action,System.String)"]

callerMemberName (Optional)
Type: SystemString

[Missing <param name="callerMemberName"/> documentation for "M:W.Logging.Log.PropertyHost.SetValue(System.Object,System.Action,System.String)"]

See Also