ActivityBuilder.ShouldSerializePropertyReferences(Object) Method

Definition

Specifies whether the activity builder should serialize the property reference.

public:
 static bool ShouldSerializePropertyReferences(System::Object ^ target);
public static bool ShouldSerializePropertyReferences (object target);
static member ShouldSerializePropertyReferences : obj -> bool
Public Shared Function ShouldSerializePropertyReferences (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