TextExpression.ShouldSerializeNamespaces(Object) Method

Definition

Represents a value that indicates whether the object should serialize namespaces.

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

Parameters

target
Object

The target object.

Returns

true if the object should serialize namespaces; otherwise, false.

Applies to