ProjectLink.GlobalPropertiesContains(String) 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 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