This documentation is archived and is not being maintained.
PropertyValue Constructor (String, Double)
Visual Studio 2013
Initializes a new instance of the PropertyValue class by using the specified name and value.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Parameters
- propertyName
- Type: System::String
The name of the property.
- value
- Type: System::Double
The value of the property.
- 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: