Click or drag to resize

LogTrackingContextBuilderWithProperty Method

[Missing <summary> documentation for "M:Scanjour.Workflow4.Common.Logging.LogTrackingContext.Builder.WithProperty(System.String,System.Object)"]


Namespace: Scanjour.Workflow4.Common.Logging
Assembly: Scanjour.Workflow4.Common (in Scanjour.Workflow4.Common.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public LogTrackingContextBuilder WithProperty(
	string name,
	Object value
)

Parameters

name  String

[Missing <param name="name"/> documentation for "M:Scanjour.Workflow4.Common.Logging.LogTrackingContext.Builder.WithProperty(System.String,System.Object)"]

value  Object

[Missing <param name="value"/> documentation for "M:Scanjour.Workflow4.Common.Logging.LogTrackingContext.Builder.WithProperty(System.String,System.Object)"]

Return Value

LogTrackingContextBuilder

[Missing <returns> documentation for "M:Scanjour.Workflow4.Common.Logging.LogTrackingContext.Builder.WithProperty(System.String,System.Object)"]

See Also