GraphNodeIdPropertyDescriptor.ShouldSerializeValue(Object) Method

Definition

Determines a value indicating whether the value of this property needs to be persisted.

public:
 override bool ShouldSerializeValue(System::Object ^ component);
public override bool ShouldSerializeValue (object component);
override this.ShouldSerializeValue : obj -> bool
Public Overrides Function ShouldSerializeValue (component As Object) As Boolean

Parameters

component
Object

The component with the property to be examined for persistence.

Returns

true if the property should be persisted; otherwise, false

Applies to