This documentation is archived and is not being maintained.
PropertyBag::SetProperty Method
Visual Studio 2013
Sets a property in this collection to the specified value.
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 to modify.
- value
- Type: System::Object
The value to set.
- 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: