ProjectLink.GlobalPropertiesCount 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.
Indicates how many properties are in the global properties dictionary. This provides a default implementation to avoid a breaking change, but it is often overriden for performance.
public:
virtual int GlobalPropertiesCount();
public virtual int GlobalPropertiesCount ();
abstract member GlobalPropertiesCount : unit -> int
override this.GlobalPropertiesCount : unit -> int
Public Overridable Function GlobalPropertiesCount () As Integer
Returns
The number of properties in the global properties dictionary