Share via


ProjectLink.GlobalPropertiesCount Method

Definition

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

Applies to