Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- value
 Type: System.Object
.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.