Common.fieldExternallySet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
fieldExternallySet(Int32) | |
fieldExternallySet(Int32, Boolean) |
fieldExternallySet(Int32)
fieldExternallySet(Int32, Boolean)
public:
bool fieldExternallySet(int fieldId, bool newValue);
public bool fieldExternallySet (int fieldId, bool newValue);
member this.fieldExternallySet : int * bool -> bool
Public Function fieldExternallySet (fieldId As Integer, newValue As Boolean) As Boolean
Parameters
- fieldId
- Int32
- newValue
- Boolean