Share via


ProjectLink.GlobalPropertiesContains(String) Method

Definition

Indicates whether a specified key is in the global properties dictionary. This provides a default implementation to avoid a breaking change, but it is often overriden for performance.

public:
 virtual bool GlobalPropertiesContains(System::String ^ key);
public virtual bool GlobalPropertiesContains (string key);
abstract member GlobalPropertiesContains : string -> bool
override this.GlobalPropertiesContains : string -> bool
Public Overridable Function GlobalPropertiesContains (key As String) As Boolean

Parameters

key
String

The key to check for in the dictionary

Returns

True if the key is in the global properties; false otherwise

Applies to