PropertyValue Constructor (String, Double)
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)
Syntax
'Declaration
Public Sub New ( _
propertyName As String, _
value As Double _
)
public PropertyValue(
string propertyName,
double value
)
public:
PropertyValue(
String^ propertyName,
double value
)
new :
propertyName:string *
value:float -> PropertyValue
public function PropertyValue(
propertyName : String,
value : double
)
Parameters
propertyName
Type: System.StringThe name of the property.
value
Type: System.DoubleThe value of the property.
.NET Framework Security
- 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.