ProvideDependentAssemblyAttribute._guidUpdateNeeded Field
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.
Indicates whether a GUID update is required. If true
, a GUID update is required. If false
(default), no update is required.
protected: bool _guidUpdateNeeded;
protected: bool _guidUpdateNeeded;
bool _guidUpdateNeeded;
protected bool _guidUpdateNeeded;
val mutable _guidUpdateNeeded : bool
Protected _guidUpdateNeeded As Boolean