This documentation is archived and is not being maintained.
PropertyBag::HasProperty Method
Visual Studio 2013
Checks whether this collection has a property that has the specified name.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Parameters
- key
- Type: System::String
The name of the property.
Return Value
Type: System::BooleanTrue if this collection has a property that has the specified name; otherwise, false.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: