PropertyValue Constructor (String, Object, Nullable<DateTime>, Nullable<Guid>)

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

.NET Framework Security

See Also

Reference

PropertyValue Class

PropertyValue Overload

Microsoft.TeamFoundation.Framework.Server Namespace