PropertyValue Constructor (String, DateTime)

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 DateTime _
)
public PropertyValue(
    string propertyName,
    DateTime value
)
public:
PropertyValue(
    String^ propertyName, 
    DateTime value
)
new : 
        propertyName:string * 
        value:DateTime -> PropertyValue
public function PropertyValue(
    propertyName : String, 
    value : DateTime
)

Parameters

.NET Framework Security

See Also

Reference

PropertyValue Class

PropertyValue Overload

Microsoft.TeamFoundation.Framework.Client Namespace