Common.trackFieldExternallySet Method

Definition

Overloads

trackFieldExternallySet()
trackFieldExternallySet(Boolean)

trackFieldExternallySet()

public:
 bool trackFieldExternallySet();
public bool trackFieldExternallySet ();
member this.trackFieldExternallySet : unit -> bool
Public Function trackFieldExternallySet () As Boolean

Returns

Applies to

trackFieldExternallySet(Boolean)

public:
 bool trackFieldExternallySet(bool newValue);
public bool trackFieldExternallySet (bool newValue);
member this.trackFieldExternallySet : bool -> bool
Public Function trackFieldExternallySet (newValue As Boolean) As Boolean

Parameters

newValue
Boolean

Returns

Applies to