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, _
    changedDate As Nullable(Of DateTime), _
    changedBy As Nullable(Of Guid) _
)
public PropertyValue(
    string propertyName,
    Object value,
    Nullable<DateTime> changedDate,
    Nullable<Guid> changedBy
)
public:
PropertyValue(
    String^ propertyName, 
    Object^ value, 
    Nullable<DateTime> changedDate, 
    Nullable<Guid> changedBy
)
new : 
        propertyName:string * 
        value:Object * 
        changedDate:Nullable<DateTime> * 
        changedBy:Nullable<Guid> -> PropertyValue
public function PropertyValue(
    propertyName : String, 
    value : Object, 
    changedDate : Nullable<DateTime>, 
    changedBy : Nullable<Guid>
)
Parameters
- propertyName
 Type: System.String
- value
 Type: System.Object
- changedDate
 Type: System.Nullable<DateTime>
- changedBy
 Type: System.Nullable<Guid>
.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.