Share via


Property Constructor (String, String)

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    propValue As String _
)
public Property(
    string name,
    string propValue
)
public:
Property(
    String^ name, 
    String^ propValue
)
new : 
        name:string * 
        propValue:string -> Property
public function Property(
    name : String, 
    propValue : String
)

Parameters

.NET Framework Security

See Also

Reference

Property Class

Property Overload

Microsoft.TeamFoundation.Server Namespace