Creates a property-value pair.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
    propertyName As String, _
    value As Object _
)
public PropertyValue(
    string propertyName,
    Object value
)
public:
PropertyValue(
    String^ propertyName, 
    Object^ value
)
new : 
        propertyName:string * 
        value:Object -> PropertyValue
public function PropertyValue(
    propertyName : String, 
    value : Object
)
Parameters
- propertyName 
 Type: System.String- The name of the property. 
- value 
 Type: System.Object- The 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.