ActivityBuilder.ShouldSerializePropertyReference(Object) Method

Definition

Specifies whether the activity builder should serialize the property reference.

public:
 static bool ShouldSerializePropertyReference(System::Object ^ target);
public static bool ShouldSerializePropertyReference (object target);
static member ShouldSerializePropertyReference : obj -> bool
Public Shared Function ShouldSerializePropertyReference (target As Object) As Boolean

Parameters

target
Object

A property store.

Returns

true if the activity builder should serialize the property reference; otherwise, false.

Applies to