TextExpression.ShouldSerializeReferencesForImplementation(Object) Method

Definition

Represents a value that indicates whether the text expression should serialize namespaces for implementation.

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

Parameters

target
Object

The target object.

Returns

true if the text expression should serialize namespaces for implementation; otherwise, false.

Applies to